Table of
|
Unordered Lists
An unordered list is a list of items. The list items are marked with bullets
(typically small black circles). Ordered Lists
An ordered list is also a list of items. The list items are marked with
numbers. Definition Lists A definition list is not a list of items. This is a list of terms and explanation of the terms. A definition list starts with the <dl> tag. Each definition-list term starts with the <dt> tag. Each definition-list definition starts with the <dd> tag. Inside a definition-list definition (the <dd> tag) you can put paragraphs, line breaks, images, links, other lists, etc. List Tags
Different types of ordered
lists Different types of
unordered Lists Nested list Definition list
|