Page 4: interests.html
You must create a page called "interests.html".
Below are additional instructions followed by an example screenshot that shows how this page should appear.
Requirements for this page
- The page title should be "My Interests".
- It should say "My Interests" at the top in heading size 3.
- You must create nested lists that describe your interests.
- The outermost list should have at least three items
and must be indexed with uppercase roman numerals (I, II, III, etc.).
- The second-level lists (A, B, C, etc. in the picture) should have at least six items all together
and be indexed with uppercase letters.
You can distribute them any way you want within your outer list
- The third-level lists (1, 2, 3, etc. in the picture) should have at least ten items all together
and be indexed with numbers.
You can distribute them any way you want within your second-level lists
- You can change the numbering using the "type" attribute, but you must look up the correct value on your own.
- At the bottom, you should have a link returning to the main page just link mine.
When a user clicks this, it should take them to index.html