Current Assignment(s)
A3: Markup
Due: Recommended by Monday, 5.28
Due: Recommended by Monday, 5.28
Ordered
Ordered lists are those where each entry is prepend with an ascending identifier such as numbers, letters, or Roman numerals.
|
|
|
To identify a list, the content must be surrounded by the ordered list tags. ( <ol>...</ol>
)
Each “list item” must be surrounded by the list item tags. ( <li>...</li>
).
HTML
<ol>
<li>This is a list item.</li>
<li>This is another list item.</li>
<ol>
- Previous
- Next