Directions
Create a dictionary with an index to jump to each letter of the alphabet.
- Create a new document and name it dictionary.html.
- Start with a Level-1 Heading that says “My Favorite Words”.
- Make 26 Level-2 Headings, one for each letter of the alphabet.
- Under each heading make an Unordered List of any 4 words that begin with that letter.
- One word per letter should have a link to that word on dictionary.com
- Make an anchor located at each Heading whose name is that letter.
E.g.<a name="d">
- Use an Internal Style Sheet to make all text bigger, colorful and a different font.
- Now, at the top of the page, make a series of links that will take you to whichever letter you click on. It should look something like this:
a b c d e f g h i j k l m n o p q r s t u v w x y z
- When you are finised, add this assignment to the list of assignments you created your TableOfContents.html page.
- Add a “Back to Top” link at the bottom of your page.<?LI>
- Raise your hand and ask your teacher to grade your assignment on screen.