Lists |
||
| Unordered List | Bullet Styles<ul type="disc"><li>round bullets</li><ul><ul type="circle"><li>circles</li><ul> <ul type="square"><li>square bullets</li><ul> References |
|
| <ul> <li>Coffee</li> <li>Milk</li> </ul> |
|
|
| Ordered List | ||
| <ol> <li>Coffee</li> <li>Milk</li> </ol> |
|
|
| Definition List | ||
| <dl> <dt>Coffee</dt> <dd>Black hot drink</dd> <dt>Milk</dt> <dd>White cold drink</dd> </dl> |
|
|