Welcome to Bucaro TecHelp!

Bucaro TecHelp
HTTPS Encryption not required because no account numbers or
personal information is ever requested or accepted by this site

About Bucaro TecHelp About BTH User Agreement User Agreement Privacy Policy Privacy Site Map Site Map Contact Bucaro TecHelp Contact RSS News Feeds News Feeds

Set the Type of Bullet Used in List

The default bullet for html lists is a black dot. You can use the list-style-type property to specify a different type of bullet; circle, square, or none.

list-style-type Values:

discDefault value, a dot
circleA circle
squareA square
noneNo bullet

Shown below is the default bullet;

  • Item Number One
  • Item Number Two
  • Item Number Three

list-style-type set to circle;

  • Item Number One
  • Item Number Two
  • Item Number Three
<ul style="list-style-type:circle;">
<li>Item Number One</li>
<li>Item Number Two</li>
<li>Item Number Three</li>
</ul>

list-style-type set to square;

  • Item Number One
  • Item Number Two
  • Item Number Three

list-style-type set to none;

  • Item Number One
  • Item Number Two
  • Item Number Three

The default number used in ordered lists is a decimal. You can use the list-style-type property to specify a different type of number for your ordered list (<ol>); alpha or Roman numeral.

list-style-type Values:

decimalDefault value, a number
upper-alphaUpper case letter
lower-alphaLower case letter
lower-romanLower case roman numeral
upper-romanUpper case roman numeral

Shown below is the default number;

  1. Item Number One
  2. Item Number Two
  3. Item Number Three

list-style-type set to upper-alpha;

  1. Item Number One
  2. Item Number Two
  3. Item Number Three
<ol style="list-style-type:upper-alpha;">
<li>Item Number One</li>
<li>Item Number Two</li>
<li>Item Number Three</li>
</ol>

RSS Feed RSS Feed

Follow Stephen Bucaro Follow @Stephen Bucaro



Fire HD
[Site User Agreement] [Privacy Policy] [Site map] [Search This Site] [Contact Form]
Copyright©2001-2024 Bucaro TecHelp 13771 N Fountain Hills Blvd Suite 114-248 Fountain Hills, AZ 85268