Page 5: interests.html
You must create a page called "interests.html". Below is a screenshot of an example of how this page should
appear. Scroll down further to see the list of specific requirements for this page.
Requirements for this page
- The title of the page should be "My Interests"
- The heading at the top should be heading size 3, and should say "My Interests".
- You must create nested lists that describe your interests
- The outermost list must be indexed with upper-case Roman numerals. There must be
at least three members of this list (Roman numerals I, II, and III).
- You must have at least 10 members of the second-level list (the layer that is
indexed with "A", "B", "C", etc.) You can group them within your outer list however
you want. Just make sure there are at least 10 elements that are indexed with
capital letters in this "middle" layer.
- You must have at least 10 members of the third-level list (the layer that is
indexed with numbers "1", "2", "3", etc.) You can group them within your middle
layered lists however you want, just make sure there are at least 10 elements that are
indexed by numbers in this "innermost" layer. I put all of mine in the top
part of my list but you don't have to do it that way -- you can put them wherever
you like as long as they fall in the third "innermost" layer.
- At the bottom there must be a link that looks just like mine. This link must be functional -- when
the user clicks this link it will take them back to the index.html page.