Jump to navigation
HTML List Code
- HTML List UL Tag
- The <ul></ul> tags do the unordered lists. These are lists with bullets before each item, but without any numbering system.
- HTML List OL Tag
- The <ol></ol> tags do the ordered lists. These lists use numbers or letters as bullets.
- HTML List LI Tag
- The <li></li> tags are List Items used in both UL and OL lists.
- HTML List DL Tag
- The <dl></dl> tags define a Definition List. It offsets the term from the detail to make it easier to read.
- HTML List DT Tag
- The <dt></dt> tags define the Definition Term.
- HTML List DD Tag
- The <dd></dd> tags define the Definition Detail