Dictionary

Directions

Create a dictionary with an index to jump to each letter of the alphabet.

  1. Create a new document and name it dictionary.html.
  2. Start with a Level-1 Heading that says “My Favorite Words”.
  3. Make 26 Level-2 Headings, one for each letter of the alphabet.
  4. Under each heading make an Unordered List of any 4 words that begin with that letter.
  5. One word per letter should have a link to that word on dictionary.com
  6. Make an anchor located at each Heading whose name is that letter.
    E.g. <a name="d">
  7. Use an Internal Style Sheet to make all text bigger, colorful and a different font.
  8. 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

  9. When you are finised, add this assignment to the list of assignments you created your TableOfContents.html page.
  10. Add a “Back to Top” link at the bottom of your page.<?LI>
  11. Raise your hand and ask your teacher to grade your assignment on screen.