Lists in HTML
In HTML there are 6 types of lists. The types of list are as follow.
li(List) = Define a List items
|
Types of List |
ol(Ordered List) = Define an Ordered List
dl(Description List) = Define a description list
ul(Unordered List) = Define an Unordered List
dd(Description Describe) = Describes the term in a description list
dt(Description Term) = Define a term in a description list
Comments
Post a Comment