| ATTRIBUTE | DESCRIPTION |
| style | Use this HTML attribute to define the bullet style |
| type | Use this HTML attribute to define the numbering type |
PROPERTY |
|
| display:inline | This CSS property displays a list horizontally |
TAG |
|
| <dd> | HTML element that defines the description data in a description list |
| <dl> | HTML element that defines a description list |
| <dt> | HTML element that defines the term in a description list |
| <li> | HTML element that defines a list item |
| <ol> | HTML element that defines an ordered list |
| <ul> | HTML element that defines an unordered list |