Note: If you don't know what a tag is and/or how you must use it we recommend you to read our HTML tags and attributes tutorial that you can find in our HTML tutorials section.
Table of contents
Unordered list example.
| Code | View |
|---|---|
|
Items: <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> <li>Item 4</li> </ul> |
Items:
|
Ordered list example.
| Code | View |
|---|---|
|
Process: <ol> <li>Step 1</li> <li>Step 2</li> <li>Step 3</li> <li>Step 4</li> </ol> |
Process:
|