Please login to post your comments.
What type of lists are suported in HTML?
Differentiate between ordered and unordered lists.
How will you nest an unordered list inside an ordered list?
Which two tags let you create the
(i) unnumbered lists?
(ii) numbered lists?
What is wrong with the following coding?
<OL type="a" start="d">
What is wrong with the following coding?
<UL type="a" start=4>