<ul> represents the unordered list and <li> represents the list item. This <ul> and <li> are very useful in HTML. They are one of the most frequently used HTML tags. See the examples below:
<ul>
<li>CPC</li>
<li>CrPC</li>
<li>Evidence Act</li>
</ul>
Output:
<ul>
<li>CPC</li>
<li>CrPC</li>
<li>Evidence Act</li>
</ul>
Output:
- CPC
- CrPC
- Evidence Act
No comments:
Post a Comment