|
A variety of lists can be generated using HTML. In this section we discuss unordered (bulleted) lists , ordered (numbered) lists, and definition lists.
The tags associated with unordered lists are <ul>, and <li>. The tags associated with ordered lists are <ol>, and <li> The tags associated with definition lists are
<dl>, <dt>, and <dd> |