Graphic Design Navigation
 

May 14, 2008
E-mail this page Have Questions?
Google
 
 
     

Easy to understand articles

Where you are:
      » Home   » Web Design

HTML List Tags
This a listing of all the various list tags. The tags are listed in blue. The attributes (if any) that go inside the tags are listed below them. If you haven't done so, you might want to read the introductory article on HTML first.slug

 Tags    Descriptions

<OL> </OL>

Attributes:
TYPE="1, a, A, i, I" ordered or numbered style of the list

START="number or letter" determines the starting number or letter of the first thing on the list

 

 

 

Ordered, or numbered, list

Example: <OL TYPE="I" Start="3"> item #1 </OL> or

  1. item #1

<UL> </UL>

Attribute:
TYPE="disc, square or circle"


 

Unordered or bulleted list

Example: <UL TYPE="square"> item #1 </UL> or

  • item #1

<LI> </LI>

Attribute:
VALUE="number" sets the number or letter of the current list item

 

 

Stands for list item and precedes each list entry in a list, both unordered and ordered.

<OL TYPE="I" Start="3"><LI> item #1 </LI><LI> item #2 </LI><LI> item #3 </LI></OL> or

  1. item #1
  2. item #2
  3. item #3

 

<DL> </DL>

<DT>

<DD>

 

<DL> creates a definition list. Definition list uses paired <DT> and <DD> tags

Example: <DL> <DT>HTML <DD>acronym for Hypertext Markup Language</DL> or
HTML
acronym for Hypertext Markup Language
 


Top


HOME  |  Equipment  |  Graphics  |  Fonts  |  Printing  |  Web  |  Classes  |  About Us

Visit other My Design Studio sites: Printing-101.com  |  1WordPlace.com

© Copyright My Design Studio, all rights reserved. Please read our terms of use.

 
Fonts Graphics Classes Web articles Printing Equipment Home Web Terms HTML Coding Web File Formats Website Development Website Maintenance Surfing Tips & Tricks About Us