Bullet lists in HTML |
|
The <ul>...</ul> construct is used
to set up lists of items. Here is an example:
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>
|
John Shipman, john@nmt.edu
Last updated: 2000/02/15 22:12:53 UT URL: http://www.nmt.edu/tcc/help/html/ul.html |
|