Horje

How to create HTML <ul> Tag

It is an An unordered HTML list.
index.html
Example: HTML
 <ul>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul> 

Output should be:

How to create HTML <ul> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin