fixed small HTML bug

This commit is contained in:
2026-02-04 23:26:32 -07:00
parent 87a38f1a08
commit 5405bae39b
+222 -208
View File
@@ -336,7 +336,7 @@
<a name="tagdd"><h3>DD</h3></a> <a name="tagdd"><h3>DD</h3></a>
Specifies a definition in a definition list. Indicates that the text is a definition Specifies a definition in a definition list. Indicates that the text is a definition
of a term, and should therefore be displayed in the right-hand column of a definition list. of a term, and should therefore be displayed in the right-hand column of a definition list.
<dd> <dl>
<dt><b>Syntax:</b></dt> <dt><b>Syntax:</b></dt>
<dd><code><b>&lt;DD&gt;</b></code></dd> <dd><code><b>&lt;DD&gt;</b></code></dd>
<dt><b>Allowed in Topic Names</b></dt> <dt><b>Allowed in Topic Names</b></dt>
@@ -904,26 +904,21 @@
</dd> </dd>
</dl><hr/> </dl><hr/>
</body> <a name="tagmenu"><h3>MENU</h3></a>
</html>
-------------------------------------------------------------------------------------------
<HTML>
<BODY>
<A NAME="tagmenu"><H3>MENU</H3></A>
Denotes a list of items. Specifies that the following block consists of individual items, Denotes a list of items. Specifies that the following block consists of individual items,
each beginning with an LI element. each beginning with an LI element.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;MENU&gt;</STRONG></TT> <dd><code><b>&lt;MENU&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>Notes</STRONG> <dt><b>Notes</b></dt>
<DD>This may be rendered differently in different browsers, but will usually be rendered <dd>This may be rendered differently in different browsers, but will usually be rendered
similarly to the UL tag. similarly to the UL tag.</dd>
<DT><STRONG>Example</STRONG> <dt><b>Example</b></dt>
<DD><TT> <dd><code>
Information about Linux:<BR> Information about Linux:<BR>
&lt;MENU&gt;<BR> &lt;MENU&gt;<BR>
&lt;LI&gt;&lt;A HREF=&quot;http://www.linux.com&quot;&gt;Linux.com&lt;/A&gt;<BR> &lt;LI&gt;&lt;A HREF=&quot;http://www.linux.com&quot;&gt;Linux.com&lt;/A&gt;<BR>
@@ -932,68 +927,71 @@
&lt;LI&gt;&lt;A HREF=&quot;http://www.freshmeat.net&quot;&gt;Freshmeat&lt;/A&gt;<BR> &lt;LI&gt;&lt;A HREF=&quot;http://www.freshmeat.net&quot;&gt;Freshmeat&lt;/A&gt;<BR>
&lt;LI&gt;&lt;A HREF=&quot;http://slashdot.org&quot;&gt;Slashdot&lt;/A&gt;<BR> &lt;LI&gt;&lt;A HREF=&quot;http://slashdot.org&quot;&gt;Slashdot&lt;/A&gt;<BR>
&lt;/MENU&gt; &lt;/MENU&gt;
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
Information about Linux: Information about Linux:
<MENU> <menu>
<LI><A HREF="http://www.linux.com">Linux.com</A> <li><a href="http://www.linux.com">Linux.com</a></li>
<LI><A HREF="http://linuxtoday.com">Linux Today</A> <li><a href="http://linuxtoday.com">Linux Today</a></li>
<LI><A HREF="http://lwn.net">Linux Weekly News</A> <li><a href="http://lwn.net">Linux Weekly News</a></li>
<LI><A HREF="http://www.freshmeat.net">Freshmeat</A> <li><a href="http://www.freshmeat.net">Freshmeat</a></li>
<LI><A HREF="http://slashdot.org">Slashdot</A> <li><a href="http://slashdot.org">Slashdot</a></li>
</MENU> </menu>
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagnobr"><H3>NOBR</H3></A> <a name="tagnobr"><h3>NOBR</h3></a>
Turns off line breaking. Renders text without line breaks. Turns off line breaking. Renders text without line breaks.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;NOBR&gt;</STRONG></TT> <dd><code><b>&lt;NOBR&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>
&lt;NOBR&gt;Here's a line of text I don't want to be broken . . .<BR> &lt;NOBR&gt;Here's a line of text I don't want to be broken . . .<BR>
there could be an awful lot of text here and it must stay on one line . . .<BR> there could be an awful lot of text here and it must stay on one line . . .<BR>
here's the end of the line.&lt;/NOBR&gt; here's the end of the line.&lt;/NOBR&gt;
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
<NOBR>Here's a line of text I don't want to be broken . . . <nobr>Here's a line of text I don't want to be broken . . .
there could be an awful lot of text here and it must stay on one line . . . there could be an awful lot of text here and it must stay on one line . . .
here's the end of the line.</NOBR> here's the end of the line.</nobr>
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagol"><H3>OL</H3></A> <a name="tagol"><h3>OL</h3></a>
Draws lines of text as an ordered list. Specifies that the following block consists of Draws lines of text as an ordered list. Specifies that the following block consists of
individual items, each beginning with an LI tag. The items are numbered. individual items, each beginning with an LI tag. The items are numbered.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;OL [START=<EM>n</EM>] [TYPE=<EM>order-type</EM>] &gt;</STRONG></TT> <dd><code><b>&lt;OL [START=<EM>n</EM>] [TYPE=<EM>order-type</EM>] &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>Parameters</STRONG> <dt><b>Parameters</b></dt>
<DD> <dd>
<STRONG>START=<EM>n</EM></STRONG><P> <p><b>START=<i>n</i></b></p>
<EM>Optional:</EM> Specifies a starting index number for the list. The default is 1.<P> <p><i>Optional:</i> Specifies a starting index number for the list. The default is 1.</p>
<STRONG>TYPE=<EM>order-type</EM></STRONG><P> <p><b>TYPE=<i>order-type</i></b></p>
<EM>Optional:</EM> Specifies a style for the ordered list. The <EM>order-type</EM> <p><i>Optional:</i> Specifies a new style for an ordered list. The <i>order-type</i>
can be one of these values: can be one of these values:</p>
<UL> <ul>
<LI><STRONG>A</STRONG> - Use upper-case letters. <li><b>A</b> - Use upper-case letters.</li>
<LI><STRONG>a</STRONG> - Use lower-case letters. <li><b>a</b> - Use lower-case letters.</li>
<LI><STRONG>I</STRONG> - Use upper-case Roman numerals. <li><b>I</b> - Use upper-case Roman numerals.</li>
<LI><STRONG>i</STRONG> - Use lower-case Roman numerals. <li><b>i</b> - Use lower-case Roman numerals.</li>
<LI><STRONG>1</STRONG> - Use Arabic numerals. <li><b>1</b> - Use Arabic numerals.</li>
</UL><P> </ul>
The default is to use Arabic numerals. <p>The default is to use Arabic numerals.</p>
<DT><STRONG>Example</STRONG> </dd>
<DD><TT> <dt><b>Example</b></dt>
<dd><code>
&lt;OL&gt;<BR> &lt;OL&gt;<BR>
&lt;LI&gt;Pick up the TV remote control.<BR> &lt;LI&gt;Pick up the TV remote control.<BR>
&lt;LI&gt;Push the POWER button to turn on the TV.<BR> &lt;LI&gt;Push the POWER button to turn on the TV.<BR>
@@ -1005,172 +1003,188 @@
&lt;LI&gt;Insert a blank tape into the VCR.<BR> &lt;LI&gt;Insert a blank tape into the VCR.<BR>
&lt;LI&gt;Press RECORD.<BR> &lt;LI&gt;Press RECORD.<BR>
&lt;/OL&gt; &lt;/OL&gt;
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
<OL> <ol>
<LI>Pick up the TV remote control. <li>Pick up the TV remote control.</li>
<LI>Push the POWER button to turn on the TV. <li>Push the POWER button to turn on the TV.</li>
<LI>Change to channel 3. <li>Change to channel 3.</li>
<LI>Switch to the VCR remote control. <li>Switch to the VCR remote control.</li>
<LI>Push the POWER button to turn on the VCR. <li>Push the POWER button to turn on the VCR.</li>
<LI>Push the TV/VCR button to switch to the VCR input. <li>Push the TV/VCR button to switch to the VCR input.</li>
<LI>Change to desired channel on the VCR. <li>Change to desired channel on the VCR.</li>
<LI>Insert a blank tape into the VCR. <li>Insert a blank tape into the VCR.</li>
<LI>Press RECORD. <li>Press RECORD.</li>
</OL> </ol>
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagp"><H3>P</H3></A> <a name="tagp"><h3>P</h3></a>
Inserts a paragraph break and denotes a paragraph. Inserts a paragraph break and denotes a paragraph.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;P [ALIGN=LEFT|CENTER|RIGHT] &gt;</STRONG></TT> <dd><code><b>&lt;P [ALIGN=LEFT|CENTER|RIGHT] &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>Optional <dd>Optional</dd>
<DT><STRONG>Parameters</STRONG> <dt><b>Parameters</b></dt>
<DD><STRONG>ALIGN=LEFT|CENTER|RIGHT</STRONG><P> <dd>
Sets the alignment of the paragraph. The align-type can be LEFT, CENTER, or RIGHT. <p><b>ALIGN=LEFT|CENTER|RIGHT</b></p>
Default is left alignment. <p>Sets the alignment of the paragraph. The align-type can be LEFT, CENTER, or RIGHT.
<DT><STRONG>Example</STRONG> Default is left alignment.</p>
<DD><TT> </dd>
<dt><b>Example</b></dt>
<dd><code>
There will be a paragraph break&lt;P&gt;between these two lines.<BR> There will be a paragraph break&lt;P&gt;between these two lines.<BR>
&lt;P ALIGN=RIGHT&gt;Here's a paragraph that will be flush-right.&lt;/P&gt;<BR> &lt;P ALIGN=RIGHT&gt;Here's a paragraph that will be flush-right.&lt;/P&gt;<BR>
And back to normal again. And back to normal again.
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
There will be a paragraph break<P>between these two lines. <p>There will be a paragraph break</p><p>between these two lines.</p>
<P ALIGN=RIGHT>Here's a paragraph that will be flush-right.</P> <p align=right>Here's a paragraph that will be flush-right.</p>
And back to normal again. And back to normal again.
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagq"><H3>Q</H3></A> <a name="tagq"><h3>Q</h3></a>
Sets apart a short quotation in text. Sets apart a short quotation in text.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;Q&gt;</STRONG></TT> <dd><code><b>&lt;Q&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>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>
&lt;Q&gt;Software is like sex; it's better when it's free.&lt;/Q&gt; - Linus Torvalds &lt;Q&gt;Software is like sex; it's better when it's free.&lt;/Q&gt; - Linus Torvalds
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
<Q>Software is like sex; it's better when it's free.</Q> - Linus Torvalds <q>Software is like sex; it's better when it's free.</q> - Linus Torvalds
</DL><HR> </dd>
</dl><hr/>
<A NAME="tags"><H3>S</H3></A> <a name="tags"><h3>S</h3></a>
Renders text in strikethrough type. Renders text in strikethrough type.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;S&gt;</STRONG></TT> <dd><code><b>&lt;S&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>
We have a lot of &lt;S&gt;crazy people&lt;/S&gt; unique individuals in the Playground. We have a lot of &lt;S&gt;crazy people&lt;/S&gt; unique individuals in the Playground.
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
We have a lot of <S>crazy people</S> unique individuals in the Playground. We have a lot of <s>crazy people</s> unique individuals in the Playground.
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagsamp"><H3>SAMP</H3></A> <a name="tagsamp"><h3>SAMP</h3></a>
Specifies sample text. Specifies sample text.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;SAMP&gt;</STRONG></TT> <dd><code><b>&lt;SAMP&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>
&lt;SAMP&gt;If one-third of a hive of bees flies to a rose bush, one-fifth flies to a daisy,<BR> &lt;SAMP&gt;If one-third of a hive of bees flies to a rose bush, one-fifth flies to a daisy,<BR>
three times the difference of those two numbers flies to an apple tree, and one bee hovers<BR> three times the difference of those two numbers flies to an apple tree, and one bee hovers<BR>
attracted by both a jasmine and a tulip, how many bees are there in all?&lt;/SAMP&gt; attracted by both a jasmine and a tulip, how many bees are there in all?&lt;/SAMP&gt;
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
<SAMP>If one-third of a hive of bees flies to a rose bush, one-fifth flies to a daisy, <samp>If one-third of a hive of bees flies to a rose bush, one-fifth flies to a daisy,
three times the difference of those two numbers flies to an apple tree, and one bee hovers three times the difference of those two numbers flies to an apple tree, and one bee hovers
attracted by both a jasmine and a tulip, how many bees are there in all?</SAMP> attracted by both a jasmine and a tulip, how many bees are there in all?</samp>
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagsmall"><H3>SMALL</H3></A> <a name="tagsmall"><h3>SMALL</h3></a>
Renders text in smaller type. Renders text in smaller type.
<DL><DT><STRONG>Syntax</STRONG> <dl>
<DD> <dt><b>Syntax:</b></dt>
<TT><STRONG>&lt;SMALL&gt;</STRONG></TT> <dd><code><b>&lt;SMALL&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>
Some of the text on this line will be &lt;SMALL&gt;rendered in small&lt;/SMALL&gt; type. Some of the text on this line will be &lt;SMALL&gt;rendered in small&lt;/SMALL&gt; type.
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
Some of the text on this line will be <SMALL>rendered in small</SMALL> type. Some of the text on this line will be <small>rendered in small</small> type.
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagstrike"><H3>STRIKE</H3></A> <a name="tagstrike"><h3>STRIKE</h3></a>
Renders text in strikethrough type. Renders text in strikethrough type.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;STRIKE&gt;</STRONG></TT> <dd><code><b>&lt;S&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>
We have a lot of &lt;STRIKE&gt;crazy people&lt;/STRIKE&gt; unique individuals in the Playground. We have a lot of &lt;STRIKE&gt;crazy people&lt;/STRIKE&gt; unique individuals in the Playground.
</TT> </code></dd>
<DT><STRONG>Example Output</STRONG> <dt><b>Example Output</b></dt>
<DD> <dd>
We have a lot of <STRIKE>crazy people</STRIKE> unique individuals in the Playground. We have a lot of <strike>crazy people</strike> unique individuals in the Playground.
</DL><HR> </dd>
</dl><hr/>
<A NAME="tagstrong"><H3>STRONG</H3></A> <a name="tagstrong"><h3>STRONG</h3></a>
Specifies that the text is strongly emphasized. Specifies that the text is strongly emphasized.
<DL> <dl>
<DT><STRONG>Syntax</STRONG> <dt><b>Syntax:</b></dt>
<DD><TT><STRONG>&lt;STRONG&gt;</STRONG></TT> <dd><code><b>&lt;STRONG&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 bold face. <dd>This may be rendered differently in different browsers. Usually, it is rendered as bold face.</dd>
<DT><STRONG>Example</STRONG> <dt><b>Example</b></dt>
<DD><TT> <dd><code>
A thing can have as much value from &lt;STRONG&gt;where&lt;/STRONG&gt; it is as from<BR> A thing can have as much value from &lt;STRONG&gt;where&lt;/STRONG&gt; it is as from<BR>
&lt;STRONG&gt;what&lt;/STRONG&gt; it is. &lt;STRONG&gt;what&lt;/STRONG&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 <STRONG>where</STRONG> it is as from A thing can have as much value from <strong>where</strong> it is as from
<STRONG>what</STRONG> it is. <strong>what</strong> it is.
</DL><HR> </dd>
</dl><hr/>
</body>
</html>
-------------------------------------------------------------------------------------------
<HTML>
<BODY>
<A NAME="tagsub"><H3>SUB</H3></A> <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>