HTML
a list is the record of short pieces of information, usually written or printed with a single thing on each line and ordered in a way that makes a particular thing easy to find.
HTML lists are used to specify lists of information . all lists may contain one or more lists of information
HTML ordered lists or numbered list displays elements in numbered format <ol>
we can use ordered list tot represent either items in numerical order format or alphabetical order format, or any format where an order is emphasized.
(1,2,3,4..)
I,II,III,IV
i,ii,iii,iv
A,B,C
a,b,c
li tag <li>list item
example - <li type = "a" start = "4">
unordered lists
known as bulleted list
this list items do not have a specific order.
<ul> and <.ul> and <li>
disc
circle
square
none
default style
<dt> it marks the definition terms in a definition list
definition list/description list
it is a list of items with a description or definition of each item.
click to edit
<dl> marks the beginning and the end of definition list
<dd>marks the definition description in the definition list
a list within a list is called nested list
ordered and unordered within each other to form nested lists
<img src>