HTML Widget Understands the following HTML Marks
-
<TITLE> </TITLE>
-
Document title.
-
<ISINDEX>
-
This is a searchable index.
-
<H1> </H1>
-
Header type 1.
-
<H2> </H2>
-
Header type 2.
-
<H3> </H3>
-
Header type 3.
-
<H4> </H4>
-
Header type 4.
-
<H5> </H5>
-
Header type 5.
-
<H6> </H6>
-
Header type 6.
-
<A> </A>
-
An anchor.
-
<P>
-
End of a paragraph.
-
<BLOCKQUOTE> </BLOCKQUOTE>
-
Set off vertically like a paragraph, but the left and right
margins are indented further.
-
<ADDRESS> </ADDRESS>
-
An address.
-
<XMP> </XMP>
-
A section of plain text.
-
<PRE> </PRE>
-
A section of preformatted text (may contain other tags).
-
<LISTING> </LISTING>
-
A section of listing text.
-
<PLAINTEXT>
-
All the rest of the text is plain text.
-
<UL> </UL>
-
An unnumbered list.
-
<MENU> </MENU>
-
A menu (currently the same as an unnumbered list).
-
<DIR> </DIR>
-
A directory (currently the same as an unnumbered list).
-
<OL> </OL>
-
A numbered list.
-
<LI>
-
A list item in a unnumbered list, menu, or directory.
-
<DL> </DL>
-
A description list.
-
<DT>
-
A description title in a description list.
-
<DD>
-
description text in a description list.
-
<IMG>
-
An embedded image.
-
<B> </B>
-
Bold text.
-
<I> </I>
-
Italic text.
-
<TT> </TT>
-
Fixed width text.
-
<EM> </EM>
-
Emphasized text (currently the same as italic).
-
<VAR> </VAR>
-
A Variable name (was fixed, will be italic for 1.1 and beyond).
-
<CITE> </CITE>
-
A Citation (currently the same as italic).
-
<STRONG> </STRONG>
-
Strong text (currently the same as bold).
-
<CODE> </CODE>
-
Code sample (currently the same as fixed).
-
<SAMP> </SAMP>
-
Code sample (currently the same as fixed).
-
<KBD> </KBD>
-
Keyboard text (currently the same as fixed).
Return to main HTML Widget documentation page.