Do you like lists?
Unordered list is a list that does not have a numbered sequence
It is used when it is not imporant for the items to be in order
You can add as many items you need using the list item element
You can also have nested lists
Ordered list has a numbered sequence
It is used when the order of the list items is important
You can also have as many items you need using the list item element
type attribute defines the way the items will be numbered
with 1, the sequence will be 1,2,3...
with a, the sequence will be a,b,c...
description or definition list provides definitions for terms
dt element marks the definition list terms
dd element marks the definitions
You can add as many definitions list terms and definitions to the list by adding more dt and dd elements
#html #html5 #html5tutorial #html5course
My Gaming channel
/ @thunderforgewt