Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > lists > <UL ...>

Attribute for <UL ...>
TYPE =DISC |CIRCLE |SQUARE

TYPE sets the type of bullet to use in the list. DISC is a solid little circle. CIRCLE is an empty circle, and SQUARE is (you might have guessed) a square.

this code produces this
<UL TYPE=DISC>
<LI>coffee
<LI>tea
<LI>lemonade
</UL>
  • coffee
  • tea
  • lemonade
<UL TYPE=CIRCLE>
<LI>coffee
<LI>tea
<LI>lemonade
</UL>
  • coffee
  • tea
  • lemonade
<UL TYPE=SQUARE>
<LI>coffee
<LI>tea
<LI>lemonade
</UL>
  • coffee
  • tea
  • lemonade

DISC is the default for top-level lists, that is, a list that is not nested in other lists. For lists that are listed inside other lists the default changes from browser to browser. TYPE may be a good way to keep control of the bullets if you find you don't like the choices made by different browsers.

<LI ...> >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com