Next
/
Previous
/ Index
/ TCC Help System
/ Publications
/ Site map
/ NM Tech homepage
Bullet lists in HTML
|
|
The <ul>...</ul> construct is used
to set up lists of items. Here is an example:
- Butter
- Eggs
- Jicama is a root vegetable that may be substituted for water
chestnuts or bamboo shoots in any Chinese stir-fry. It has a
crunchy texture that holds up well even when cooked.
To build a bullet list, use the general form:
<ul><li>text1<li>text2...</ul>
For example, the above example might look like this in source form:
<ul>
<li>Butter
<li>Eggs
<li>Jicama is a root vegetable that may be substituted
for water chestnuts or bamboo shoots in any Chinese stir-fry.
It has a crunchy texture that holds up well even when cooked.
</ul>
Next: Numbered lists in HTML
See also: Formatting paragraphs and lists in HTML
Site map
Index:
Keyword index
to help pages
Help:
New Mexico Tech Computer Center: Help System
TCC Publications
Home:
About New Mexico Tech
John Shipman, john@nmt.edu
Last updated: 2000/02/15 22:12:53 UT
URL: http://www.nmt.edu/tcc/help/html/ul.html