ourmission
theweb.gif (1103 bytes)
booksandbibles16
thenewsroom
governmentrm.gif (1147 bytes)
searchpage
tutorials
webtools
websecurity

What is the Web?

Privacy & Disclaimer
copyrights
notices
HOME

Visitors Since
Aug - 2004

Hit Counter

 

Additional Markup Tags Unnumbered <> Lists <>

bullet

Start with an opening list with <> tag.

bullet

Enter the <> tag followed by the individual item.

bullet

End with a closing list </UL> tag.

bullet <>
bullet <> apples
bullet <> bananas
bullet </UL>
bullet

The output is:

apples

bananas

Previous slide Next slide Back to first slide View graphic version

Notes:

To make an unnumbered list,
Start with an opening list <> tag.
Enter the <> tag followed by the individual item. (No closing </LI> tag is needed.) End with a closing list </UL> tag.
Below an example two-item list:
<>
<> apples
<> bananas
</UL>
The output is:
apples
bananas
The <> items can contain multiple paragraphs. Just separate the paragraphs with the <> paragraph tags.