|
Indentation
<!-- use the <ul> tag but do not use any of the usual <li> tags -->
<
ul
>
.... content goes here and will be indented
</
ul
>
<!-- or, use the blockquote tag -->
<
blockquote
>
.... content goes here and will be indented
</
blockquote
>
<!-- or, use empty table tags -->
<
table
>
<
tr
><
td
>
</
table
>
<!-- or, use the dt-dd within nothing in the dt
<dl>
<dt><dd><img src=bullet.jpg>First
<dt><dd><img src=bullet.jpg>Second
<dt><dd><img src=bullet.jpg>Third
</dl>
|