|
There are three various kinds of lists. A <ol> tag starts ordered list, <ul> for unordered lists, and <dl> for definition lists. Use the type and start attributes to manage lists.
• <ul> - unordered list; bullets
• <ol> - ordered list; numbers
• <dl> - definition list; dictionary
|