Lists in HTML

In HTML there are 6 types of lists. The types of list are as follow.

Types of List

li(List)  =      Define a List items

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

Popular posts from this blog

Keywords in C Programming

Definition of C Language

Data Types in C Programming