Given is an HTML document.
-
Create a new Javascript-File and link it in
index.html
. -
Using only your Javascript-File, change the contents of
index.html
:
-
Change the background color of the document to a color of your choice.
-
Change the company name on the top to "Cloud Factory".
-
In the header, remove the element "Jobs".
-
Add a new element to the header-list with the inner-HTML being "Career".
-
Shorten the description on the page: make it show "Welcome to the home!".
Style the page using CSS. Remember?