Code Meet encourages you to
learn to think not to solve
HTML List tags
Two Types:
Unordered List
Ordered Lists
Unordered List types
An unordered list starts with the 'ul' tag. Each list item starts with the 'li' tag.
disc: Sets the list item marker to a bullet (default)
circle: Sets the list item marker to a circle
square: Sets the list item marker to a square
none: The list items will not be marked
Ordered List types
An ordered list starts with the 'ol' tag. Each list item starts with the 'li' tag.
type="1" The list items will be numbered with numbers (default)
type="A" The list items will be numbered with uppercase letters
type="a" The list items will be numbered with lowercase letters
type="I" The list items will be numbered with uppercase roman numbers
type="i" The list items will be numbered with lowercase roman numbers
Previous
HTML Contents
Next
Home
Tutorials
HTML
CSS
Java Script
Some inspiration