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



Single Articles
Example - DiscHTML Lists
Example - CircleHTML Lists
Example - SquareHTML Lists
Example - NoneHTML Lists


Related Articles
What is HTML Lists HTML Lists
How to create HTML Lists HTML Lists
How to create Unordered HTML List HTML Lists
How to create Ordered HTML List HTML Lists
How to create HTML Description Lists HTML Lists
How to create Unordered HTML List - Choose List Item Marker HTML Lists
How to create Nested HTML Lists HTML Lists
How to create HTML Horizontal List with CSS HTML Lists
How to create Ordered HTML List - The Type Attribute HTML Lists
How to create HTML Ordered HTML List Number HTML Lists
How to create HTML Ordered Uppercase Letters HTML Lists
How to create HTML Ordered Lowercase Letters HTML Lists
How to create HTML Ordered Uppercase Roman Numbers HTML Lists
How to create HTML Ordered Lowercase Roman HTML Lists
How to create HTML Control List Counting HTML Lists

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



Share on: