Here is what an ordered list would look like on a html web page:
- To help you find current information on the Web about HTML
- To provide working examples and code for all the Web tricks in the book
- To introduce HTML For Dummies – your friendliest resource for HTML material offline!
Below you will find an example of the html code that you would use to create an ordered list:
<ol>
<li>To help you find current information on the Web about HTML</li>
<li>To provide working examples and code for all the Web tricks in the book</li>
<li>To introduce <em>HTML For Dummies</em> - your friendliest resource for HTML material offline!</li>
</ol>