Tag | Description |
<HTML>
</HTML> | Start and end of HTML document |
<HEAD>
</HEAD> | Start and end of HTML header |
<TITLE>
</TITLE> | Start and end of HTML title (within header) |
<BODY>
</BODY> | Start and end of HTML body |
<OL>
</OL> | Start and end of ordered list |
<UL>
</UL> | Start and end of unordered list |
<LI> | List item |
<DL>
</DL> | Start and end of definition list |
<DT> | Definition term |
<DD> | Definition definition |
<TABLE>
</TABLE> | Start and end of table |
<TH>
</TH> | Start and end of table header |
<TR>
</TR> | Start and end of table row |
<TD>
</TD> | Start and end of table data item |
<I>
</I> | Start and end of italics |
<B>
</B> | Start and end of boldface |
<U>
</U> | Start and end of underlining |
<TT>
</TT> | Start and end of monospaced text |
<PRE>
</PRE> | Start and end of pre-formatted text |
<BIG>
</BIG> | Start and end of big text |
<SMALL>
</SMALL> | Start and end of small text |
<CODE>
</CODE> | Start and end of monospaced code |
<CITE>
</CITE> | Start and end of citation |
<CENTER>
</CENTER> | Start and end of centering |
<SUB>
</SUB> | Start and end of subscript |
<SUP>
</SUP> | Start and end of superscript |
<A HREF="http://
">
</A> | Hypertext link |
<BR> | Line break |
<P> | Paragraph break |
<HR> | Horizontal rule |
<H1>
</H1> | Start and end of large header |
<H6>
</H6> | Start and end of small header |
<!--
--> | Start and end of comment |