Web Design Extra Credit 3:
Dynamic Site
Problem
You are going to use Javascript and the DOM to create a single web page that can change the content without page reloads. The site can be about whatever you want, but it must have at least four sections with only one HTML page.
Instructions
- You should have at least four different sections of content, but none of these sections should be on a separate page.
- At least two items on the page should change when you change sections. The page title and page content would make sense.
- Use a style sheet for the design of your page. Do not use document styles unless you need to. You only need to use one stylesheet but you can use more if you want.
- Your page should have a document title and page title
- Your page and style sheet must use valid HTML and CSS. To check this you can use the Web Developer Toolbar in Firefox. Go to Tools>Validate CSS or Tools>Validate HTML to validate your pages.
- Make sure none of your links are broken and your page is called "index.html"
- Check spelling and grammar. You can go to Text>Check Spelling to check the spelling on your pages.
- You will turn in your site online using the host directory "review." Check HTML Lesson 3 for the details.

