Friday 28 July 2017

ol , ul & li _Tag

<html>
<body>

<p> Ordered list:</p>
<ol>
  <li>mobile</li>
  <li>laptop</li>
  <li>tv</li>
</ol>

<p>Unordered list:</p>
<ul>
  <li>bca</li>
  <li>mca</li>
  <li>pgdca</li>
</ul>

</body>
</html>

No comments:

Post a Comment