How To Make Links
Tags L-N
 

 

li.gif (1492 bytes)

Specifies a list item in an ordered or unordered list. This tag must be used in combination with either <ol> or <ul>.

<ol>
   <li>Item 1</li>
   <li>Item 2</li>
   <li>Item 3</li>
</ol>

  1. Item 1
  2. Item 2
  3. Item 3

The following attribute may be used in individual list items to set the property for that list item only as opposed to globally in either the <ol> or <ul> tags.

  • type=

Specifies the type of bullet or number to use. The values depend on what type of list you are using.

Ordered: Values are "A" for uppercase letters, "a" for lowercase letters, "I" for uppercase Roman numerals, "i" for lowercase Roman numerals, or, the default, "1" for numbers.

Unordered: Values are "circle" for hollow bullets, "square" for square bullets, or, the default "disc" for solid bullets.

<ul>
   <li type="disc">Item 1</li>
   <li type="circle">Item 2</li>
   <li type="square">Item 3</li>
</ul>

  • Item 1
  • Item 2
  • Item 3

 

<ol>
   <li type="1">Item 1</li>
   <li type="A">Item 2</li>
   <li type="a">Item 3</li>
   <li type="I">Item 4</li>
   <li type="i">Item 5</li>
</ol>

  1. Item 1
  2. Item 2
  3. Item 3
  4. Item 4
  5. Item 5

For more information on lists, see my List Tutorial.

 

  I.E. Netscape
<li> X X
   ...type X X

HTML Reference
| Tags A | Tags B | Tags C | Tags D | Tags E-G |
| Tags H-K | Tags L-N | Tags O-R | Tags S | Tags T | Tags U-Z |


<nobr></nobr>

NO BReak. Specifies that the included text will not wrap or break at the edge of the window.

<nobr>This text will not wrap at the edge of this window. No matter how long it gets. So I can just keep on going till this gets past the edge of the window just like the Energizer Bunny :-).</nobr>

This text will not wrap at the edge of this window. No matter how long it gets. So I can just keep on going till this gets past the edge of the window just like the Energizer Bunny :-).

This tag can be used in conjunction with the <wbr> to make text break only at specified points.

  I.E. Netscape
<nobr> X X

HTML Reference
| Tags A | Tags B | Tags C | Tags D | Tags E-G |
| Tags H-K | Tags L-N | Tags O-R | Tags S | Tags T | Tags U-Z |

Created & Managed With Microsoft Frontpage 98 Best experienced with Mirosoft Internet Explorer Counter by Webcounter
Web Tracker Designed with Derekware HTML Author. Free Speech NOW!

©1996-1999 Gilpo All rights reserved. This document may not be altered in anyway or distributed without the expressed written consent of Gilpo. All information contained herein is deemed to be accurate but is not warranted.