Next / Previous / Contents / TCC Help System / NM Tech homepage

4. Paragraphs and lists

<p>

Starts a new paragraph.

<blockquote>text</blockquote>

For display of quoted text.

<ul><li>t1<li>t2…</ul>

Display a bullet list with items t1, t2, …

<ol><li>t1<li>t2…</ol>

Display a numbered (ordinal) list with items t1, t2, …

<dl><dt>t1<dd>d1<dt>t2<dd>d2…</dl>

Display a definition list. The first entry defines term t1 as definition d1, and so on.

<br>

Start a new line within a paragraph.

<hr>

Draw a horizontal ruled line across the page.

<pre>text</pre>

Displays preformatted text in a monospaced font; preserves line breaks and horizontal spacing.