Module 6 Assignment
Your tasks for this assignment are:
- Create an HTML file named mod6_yourname. The page should include the following items
- A reference to a JavaScript file.
- Title Working with DOM or something similar.
- A heading one title for the page
- Some text on the page.
- Add a horizontal rule
- Add a link to all other pages
- Add a link to this page on your other pages.
- Create a separate Javascript file named mod6js_yourname.
- Has a function
- That prompts the user for a background color, font color, and font size and
- changes the properties to what the user chose.
- Adds at least three comments on the page.
A reference to a JavaScript file.
JavaScript Page