Lists
There are two basic types of html lists: unordered and ordered
An unordered list might look like this:
View Sample
An ordered list can have a number of list style types
View Sample
Nested Lists
By nesting one list inside another, we can create an outline effect.
View Sample
Once again, by creating an id for continent, country, and city, css can make our markup more stylish and more meaningful.
HTML
CSS
View Sample
Sample Projects
- Students will extend the list of continents, countries, cities.
- Students will create an html page containing a styled outline list based on a research topic from science or history.