Horje

Example - Disc

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

<h2>Unordered List with Disc Bullets</h2>

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

</body>
</html>

Output should be:

Example - Disc




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