You are on page 1of 1

HTML LIST:

Three basic HTML list


1. Ordered list/Numbered List
<OL> </OL> Arrtibute: A, i, 1 a
2. Unordered List/Bulleted List
<UL> </UL> Attribute: Circle, Disk, Square
3. <DL> </DL> DL=Definition List
<DT> </DT> DT=Definition term
<DD> </DD> DD=Definition

You might also like