Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 582 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 582 Bytes

DOM Basics - Exercise

Given is an HTML document.

Tasks:

  1. Create a new Javascript-File and link it in index.html.

  2. 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!".

Extra:

Style the page using CSS. Remember?