Horje

Example - None

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>Unordered List without Bullets</h2>

<ul style="list-style-type:none;">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>  

</body>
</html>

Output should be:

Example - None




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