Ordered List In A Web Page

Here is what an ordered list would look like on a html web page:
  1. To help you find current information on the Web about HTML
  2. To provide working examples and code for all the Web tricks in the book
  3. 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>