Page

HTML source code for create an ordered list

<!DOCTYPE html>
<html>
<body>

<h4>An Ordered List:</h4>
<ol>
  <li>MBA</li>
  <li>MCA</li>
  <li>BCA</li>
</ol>

</body>
</html>

No comments:

Post a Comment