Auto AdSense

Saturday, 30 January 2016

An ordered list - HTML Programs

<html>
<body>
<h4>An Ordered List:</h4>
<ol>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol>

</body>
</html>

Output

An Ordered List:

  1. Coffee
  2. Tea
  3. Milk

No comments:

Post a Comment