HTML List Bullet
HTML Tutorial » HTML List Bullet
How to create an html list with and without a bullet
We can add list-style-type property to list none:
Syntax:
<ul style="list-style-type:none | circle | disc;">
Note: use external CSS instead
HTML List With Bullet - examples
The list-style-type specifies the type none.
Example:
Example 1, How to create HTML List With Bullet - examples:
<!DOCTYPE html>
<html>
<head>
<style>
ul.a22 {list-style-type: circle;}
ul.b22 {list-style-type: disc;}
</style>
</head>
<body><h1>The list-style-type Property</h1>
<ul class="a22">
<li>Circle type</li>
<li>Item1</li>
<li>Item2</li>
</ul><ul class="b22">
<li>Disc type</li>
<li>Item1</li>
<li>Item2</li>
</ul></body>
</html>
Note: Use external CSS instead.
How to create HTML List Without Bullet - examples
To create HTML List Without Bullet use style="list-style-type:none;
Example:
How to add bullet colors - examples:
How to add bullet colors - examples
<!DOCTYPE html>
<html>
<body>
<h2>Unordered List without Bullets</h2>
<ul style="list-style-type:none;">
<li>item</li>
<li>Item</li>
<li>Item</li>
</ul>
</body>
</html>
html list bullet, style, color, image, type, size, indent, position, spacing, code, character, with, without
HTML List Bullet - html tutorial
Online Editor
This tool makes it easy to create, adjust, and experiment with custom colors for the web.
HTML Templates

Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.
CSS HTML Layout

Find here examples of creative and unique website layouts.
Free CSS HTML Menu

Find here examples of creative and unique website CSS HTML menu.