almost all the HTML reference is converted now

This commit is contained in:
2026-02-05 23:05:51 -07:00
parent 5405bae39b
commit 373297c0b8
+130 -123
View File
@@ -1179,121 +1179,119 @@
</dd> </dd>
</dl><hr/> </dl><hr/>
<a name="tagsub"><h3>SUB</h3></a>
</body>
</html>
-------------------------------------------------------------------------------------------
<HTML>
<BODY>
<A NAME="tagsub"><H3>SUB</H3></A>
Displays the text in a smaller font, and with its baseline lower than that of the surrounding text. Displays the text in a smaller font, and with its baseline lower than that of the surrounding text.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;SUB&gt;</STRONG></TT> <dd><code><b>&lt;SUB&gt;</b></code></dd>
<DT><STRONG>Allowed in Topic Names</STRONG> <dt><b>Allowed in Topic Names</b></dt>
<DD>Yes <dd>Yes</dd>
<DT><STRONG>Closing Tag</STRONG> <dt><b>Closing Tag</b></dt>
<DD>Required <dd>Required</dd>
<DT><STRONG>Notes</STRONG> <dt><b>Notes</b></dt>
<DD>This may be rendered differently in different browsers. <dd>This may be rendered differently in different browsers.</dd>
<DT><STRONG>Example</STRONG> <dt><b>Example</b></dt>
<DD><TT> <dd><code>
Fibonacci numbers are computed as follows:&lt;BLOCKQUOTE&gt;<BR> Fibonacci numbers are computed as follows:&lt;BLOCKQUOTE&gt;<BR>
&lt;EM&gt;F&lt;SUB&gt;0&lt;/SUB&gt;&lt;/EM&gt; = 0&lt;BR&gt;<BR> &lt;EM&gt;F&lt;SUB&gt;0&lt;/SUB&gt;&lt;/EM&gt; = 0&lt;BR&gt;<BR>
&lt;EM&gt;F&lt;SUB&gt;1&lt;/SUB&gt;&lt;/EM&gt; = 1&lt;BR&gt;<BR> &lt;EM&gt;F&lt;SUB&gt;1&lt;/SUB&gt;&lt;/EM&gt; = 1&lt;BR&gt;<BR>
&lt;EM&gt;F&lt;SUB&gt;n&lt;/SUB&gt;&lt;/EM&gt; =<BR> &lt;EM&gt;F&lt;SUB&gt;n&lt;/SUB&gt;&lt;/EM&gt; =<BR>
&lt;EM&gt;F&lt;SUB&gt;n-2&lt;/SUB&gt;&lt;/EM&gt; + &lt;EM&gt;F&lt;SUB&gt;n-1&lt;/SUB&gt;&lt;/EM&gt;<BR> &lt;EM&gt;F&lt;SUB&gt;n-2&lt;/SUB&gt;&lt;/EM&gt; + &lt;EM&gt;F&lt;SUB&gt;n-1&lt;/SUB&gt;&lt;/EM&gt;<BR>
for all integer &lt;EM&gt;n&lt;/EM&gt;>1&lt;/BLOCKQUOTE&gt; for all integer &lt;EM&gt;n&lt;/EM&gt;>1&lt;/BLOCKQUOTE&gt;
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
Fibonacci numbers are computed as follows:<BLOCKQUOTE> Fibonacci numbers are computed as follows:<BLOCKQUOTE>
<EM>F<SUB>0</SUB></EM> = 0<BR> <EM>F<SUB>0</SUB></EM> = 0<BR>
<EM>F<SUB>1</SUB></EM> = 1<BR> <EM>F<SUB>1</SUB></EM> = 1<BR>
<EM>F<SUB>n</SUB></EM> = <EM>F<SUB>n</SUB></EM> =
<EM>F<SUB>n-2</SUB></EM> + <EM>F<SUB>n-1</SUB></EM> <EM>F<SUB>n-2</SUB></EM> + <EM>F<SUB>n-1</SUB></EM>
for all integer <EM>n</EM>>1</BLOCKQUOTE> for all integer <EM>n</EM>>1</BLOCKQUOTE>
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagsup"><H3>SUP</H3></A> <a name="tagsup"><h3>SUP</h3></a>
Displays the text in a smaller font, and with its baseline higher than that of the surrounding text. Displays the text in a smaller font, and with its baseline higher than that of the surrounding text.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;SUP&gt;</STRONG></TT> <dd><code><b>&lt;SUP&gt;</b></code></dd>
<DT><STRONG>Allowed in Topic Names</STRONG> <dt><b>Allowed in Topic Names</b></dt>
<DD>Yes <dd>Yes</dd>
<DT><STRONG>Closing Tag</STRONG> <dt><b>Closing Tag</b></dt>
<DD>Required <dd>Required</dd>
<DT><STRONG>Notes</STRONG> <dt><b>Notes</b></dt>
<DD>This may be rendered differently in different browsers. <dd>This may be rendered differently in different browsers.</dd>
<DT><STRONG>Example</STRONG> <dt><b>Example</b></dt>
<DD><TT> <dd><code>
Fermat's Last Theorem states that, for any integer &lt;EM&gt;n&lt;/EM&gt; greater than 2,<BR> Fermat's Last Theorem states that, for any integer &lt;EM&gt;n&lt;/EM&gt; greater than 2,<BR>
there is no combination of values &lt;EM&gt;x&lt;/EM&gt;, &lt;EM&gt;y&lt;/EM&gt;,<BR> there is no combination of values &lt;EM&gt;x&lt;/EM&gt;, &lt;EM&gt;y&lt;/EM&gt;,<BR>
and &lt;EM&gt;z&lt;/EM&gt; such that &lt;EM&gt;x&lt;SUP&gt;2&lt;/SUP&gt;&lt;/EM&gt;<BR> and &lt;EM&gt;z&lt;/EM&gt; such that &lt;EM&gt;x&lt;SUP&gt;2&lt;/SUP&gt;&lt;/EM&gt;<BR>
+ &lt;EM&gt;y&lt;SUP&gt;2&lt;/SUP&gt;&lt;/EM&gt; = &lt;EM&gt;z&lt;SUP&gt;2&lt;/SUP&gt;&lt;/EM&gt;. + &lt;EM&gt;y&lt;SUP&gt;2&lt;/SUP&gt;&lt;/EM&gt; = &lt;EM&gt;z&lt;SUP&gt;2&lt;/SUP&gt;&lt;/EM&gt;.
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
Fermat's Last Theorem states that, for any integer <EM>n</EM> greater than 2, Fermat's Last Theorem states that, for any integer <EM>n</EM> greater than 2,
there is no combination of values <EM>x</EM>, <EM>y</EM>, there is no combination of values <EM>x</EM>, <EM>y</EM>,
and <EM>z</EM> such that <EM>x<SUP>n</SUP></EM> and <EM>z</EM> such that <EM>x<SUP>n</SUP></EM>
+ <EM>y<SUP>n</SUP></EM> = <EM>z<SUP>n</SUP></EM>. + <EM>y<SUP>n</SUP></EM> = <EM>z<SUP>n</SUP></EM>.
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagtt"><H3>TT</H3></A> <a name="tagtt"><h3>TT</h3></a>
Indicates "teletype" or "typewriter text." Renders text in fixed-width type. Indicates "teletype" or "typewriter text." Renders text in fixed-width type.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;TT&gt;</STRONG></TT> <dd><code><b>&lt;TT&gt;</b></code></dd>
<DT><STRONG>Allowed in Topic Names</STRONG> <dt><b>Allowed in Topic Names</b></dt>
<DD>Yes <dd>Yes</dd>
<DT><STRONG>Closing Tag</STRONG> <dt><b>Closing Tag</b></dt>
<DD>Required <dd>Required</dd>
<DT><STRONG>Notes</STRONG> <dt><b>Notes</b></dt>
<DD>This may be rendered differently in different browsers. Usually, it is rendered <dd>This may be rendered differently in different browsers. Usually, it is rendered
as a fixed-width font. as a fixed-width font.</dd>
<DT><STRONG>Example</STRONG> <dt><b>Example</b></dt>
<DD><TT> <dd><code>
&lt;TT&gt;This style of text can be useful for code listings.&lt;/TT&gt; &lt;TT&gt;This style of text can be useful for code listings.&lt;/TT&gt;
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
<TT>This style of text can be useful for code listings.</TT> <TT>This style of text can be useful for code listings.</TT>
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagu"><H3>U</H3></A> <a name="tagu"><h3>U</h3></a>
Displays text as underlined. Displays text as underlined.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;U&gt;</STRONG></TT> <dd><code><b>&lt;U&gt;</b></code></dd>
<DT><STRONG>Allowed in Topic Names</STRONG> <dt><b>Allowed in Topic Names</b></dt>
<DD>Yes <dd>Yes</dd>
<DT><STRONG>Closing Tag</STRONG> <dt><b>Closing Tag</b></dt>
<DD>Required <dd>Required</dd>
<DT><STRONG>Example</STRONG> <dt><b>Example</b></dt>
<DD><TT> <dd><code>
A thing can have as much value from &lt;U&gt;where&lt;/U&gt; it is as from<BR> A thing can have as much value from &lt;U&gt;where&lt;/U&gt; it is as from<BR>
&lt;U&gt;what&lt;/U&gt; it is. &lt;U&gt;what&lt;/U&gt; it is.
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
A thing can have as much value from <U>where</U> it is as from A thing can have as much value from <U>where</U> it is as from
<U>what</U> it is. <U>what</U> it is.
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagul"><H3>UL</H3></A> <a name="tagul"><h3>UL</h3></a>
Draws lines of text as a bulleted list. Specifies that the following block consists of Draws lines of text as a bulleted list. Specifies that the following block consists of
individual items, each beginning with an LI tag. The items are bulleted. individual items, each beginning with an LI tag. The items are bulleted.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;UL&gt;</STRONG></TT> <dd><code><b>&lt;UL&gt;</b></code></dd>
<DT><STRONG>Allowed in Topic Names</STRONG> <dt><b>Allowed in Topic Names</b></dt>
<DD>No <dd>No</dd>
<DT><STRONG>Closing Tag</STRONG> <dt><b>Closing Tag</b></dt>
<DD>Required <dd>Required</dd>
<DT><STRONG>Example</STRONG> <dt><b>Example</b></dt>
<DD><TT> <dd><code>
Things to get in life:<BR> Things to get in life:<BR>
&lt;UL&gt;<BR> &lt;UL&gt;<BR>
&lt;LI&gt;Good education<BR> &lt;LI&gt;Good education<BR>
@@ -1303,64 +1301,73 @@
&lt;LI&gt;Sense of self-worth<BR> &lt;LI&gt;Sense of self-worth<BR>
&lt;LI&gt;Account on Electric Minds<BR> &lt;LI&gt;Account on Electric Minds<BR>
&lt;/UL&gt; &lt;/UL&gt;
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
Things to get in life: Things to get in life:
<UL> <ul>
<LI>Good education <li>Good education</li>
<LI>Exact change <li>Exact change</li>
<LI>Happiness <li>Happiness</li>
<LI>Portable stereo <li>Portable stereo</li>
<LI>Sense of self-worth <li>Sense of self-worth</li>
<LI>Account on Electric Minds <li>Account on Electric Minds</li>
</UL> </ul>
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagvar"><H3>VAR</H3></A> <a name="tagvar"><h3>VAR</h3></a>
Indicates placeholder text for a variable. Indicates placeholder text for a variable.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;VAR&gt;</STRONG></TT> <dd><code><b>&lt;VAR&gt;</b></code></dd>
<DT><STRONG>Allowed in Topic Names</STRONG> <dt><b>Allowed in Topic Names</b></dt>
<DD>Yes <dd>Yes</dd>
<DT><STRONG>Closing Tag</STRONG> <dt><b>Closing Tag</b></dt>
<DD>Required <dd>Required</dd>
<DT><STRONG>Notes</STRONG> <dt><b>Notes</b></dt>
<DD>This may be rendered differently in different browsers. Usually, it is rendered as italics. <dd>This may be rendered differently in different browsers. Usually, it is rendered
<DT><STRONG>Example</STRONG> as italics.</dd>
<DD><TT> <dt><b>Example</b></dt>
<dd><code>
Enter the &lt;VAR&gt;filename&lt;/VAR&gt; in the appropriate field in the dialog box. Enter the &lt;VAR&gt;filename&lt;/VAR&gt; in the appropriate field in the dialog box.
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
Enter the <VAR>filename</VAR> in the appropriate field in the dialog box. Enter the <VAR>filename</VAR> in the appropriate field in the dialog box.
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagwbr"><H3>WBR</H3></A> <a name="tagwbr"><h3>WBR</h3></a>
Inserts a soft line break in a block of text formatted using the NOBR tag. Inserts a soft line break in a block of text formatted using the NOBR tag.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;NOBR&gt;</STRONG></TT> <dd><code><b>&lt;WBR&gt;</b></code></dd>
<DT><STRONG>Allowed in Topic Names</STRONG> <dt><b>Allowed in Topic Names</b></dt>
<DD>Yes <dd>Yes</dd>
<DT><STRONG>Closing Tag</STRONG> <dt><b>Closing Tag</b></dt>
<DD>Optional <dd>Optional</dd>
<DT><STRONG>Notes</STRONG> <dt><b>Notes</b></dt>
<DD>If it is not placed inside a pair of NOBR tags, this tag has no effect. <dd>If it is not placed inside a pair of NOBR tags, this tag has no effect.</dd>
<DT><STRONG>Example</STRONG> <dt><b>Example</b></dt>
<DD><TT> <dd><code>
&lt;NOBR&gt;This text will not break anywhere unless I tell it to. The text will<BR> &lt;NOBR&gt;This text will not break anywhere unless I tell it to. The text will<BR>
just keep on going until it runs off the edge of the screen.<BR> just keep on going until it runs off the edge of the screen.<BR>
&lt;WBR&gt;But I just told it to break here.&lt;/NOBR&gt; &lt;WBR&gt;But I just told it to break here.&lt;/NOBR&gt;
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
<NOBR>This text will not break anywhere unless I tell it to. The text will <NOBR>This text will not break anywhere unless I tell it to. The text will
just keep on going until it runs off the edge of the screen. just keep on going until it runs off the edge of the screen.
<WBR>But I just told it to break here.</NOBR> <WBR>But I just told it to break here.</NOBR>
</DL><HR> </dd>
</dl><hr/>
</body>
</html>
-------------------------------------------------------------------------------------------
<HTML>
<BODY>
<A NAME="colors"><H3>Colors</H3></A> <A NAME="colors"><H3>Colors</H3></A>
When color values are called for in any HTML tag, they may be specified either by name or When color values are called for in any HTML tag, they may be specified either by name or
by color value. The following named colors are supported: by color value. The following named colors are supported: