Skip to content

devhausleipzigacademy/DOM-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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?

About

Basic exercise for DOM interaction with Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages