The easiest way to do it is with the definition list tags. This involves opening the list with <DL>, surrounding each member line with the <DD> and </DD> tags, and finishing the list with the </DL> tag.
Example
This is the first item
This is the second item
This is a very long line. It is to show you what happens when we
get to the end of our screen. If all goes well, the wrapped part
should start directly under the first character of the line above
it. Huh? It doesn't? Oh well, the price of vanity...
<DL> |
See Also:
- How can I make a simple bulleted list?
- I want to indent text, maybe even create a list, but I don't want bullets, graphics, or numbering.
- Creating Outlines with Ordered Lists

