There are three basic types of lists:
Here is the way to indent using an unordered list. The key to the below is proper closing since you are nesting codes.
Here are the codes and "read" the flow and if you practice in a test bed you'll get the grasp of the above outline.
How To Win At Golf
Here are the codes for the above:
Here is a definition list "nesting" <dl> tags:
Use as many closing </dl> tags has you have opening <dl> tags.
Here are the tags from the above:
Here is an "ordered list" which automatically puts a "bullet" in front of each <li> list.
You can also use <ol type="..."> and the types are A, a, I, i and 1. I, upper case "eye" uses Roman numerals and lower case i "eye" uses Roman numerals in the lower case. You can also use <li type="..." where the types are disc, circle, square, A, a, I, i and 1. You can use <ol type=a start=24> where the list starts at the 24th letter of the alphabet.
Here's an <ol> using different types of list item types, <li type="...">
Codes for the above:
<ol type="A" start="24">
<li>This is the letter X</li>
<li>This is the letter Y</li>
<li>This is the letter Z</li>
</ol>
Codes for the above using upper case "eye":
<ol type="I">
<li>Roman numeral one</li>
<li>Roman numeral two</li>
<li>Roman numeral three</li>
</ol>
| Tags | Attributes | Function | |
|---|---|---|---|
| <ol>...</ol> | An ordered (numbered) list | ||
| type="..." |
the type of numerals used to label the list. Possible values A, a, I, i and 1 | ||
| start="..." | The value to start the list | ||
| <ul>...</ul> | An unordered (bulleted) list | type="..." | The bullet used to mark list items. Possible values are: disc, circle and square |
| <li>...</li> | A list item for use with <ol>...</ol> | ||
| type="..." | The type of bullet or number used to label this item. Possible values are: disc, circle square, A, a, I, i and 1 | ||
| value="..." | The numeric value this list should have affects this item and all below it in the <ol> lists | ||
| <dl>...</dl> | A definition list | ||
| <dt>...</dt> | A definition term as part of a definition list | ||
| <dd>...</dd> | The corresponding definition to a definition term as part of a definition list |
If you just want to indent use <ul> text goes here and always use one </ul> per <ul> used. For web pages using a side border the use of three <ul> tags then the rest of the body after that works perfect. Remember to use three </ul>'s tags. One <ul> tag equals 8 space bar taps {WebTV].
Below you will find a page that shows how to have a colored bullet made by Jim Davis aka Lefty and is WebTV compatible but really not sure about those other guys ---> computers?