HTML tags that enclose the body of the HTML document.
<A HREF=". . .">&a
An HTML link to another document or an anchor within the same document. (Fill in the . . . with a link designation.)
<A NAME=" . . . ">&
An HTML anchor which can have a link made to it. (Fill in the . . . with a name designation.)
<DIR> . . . </DIR>
HTML tags for a directory listing.
<DL> . . . </DL>
HTML tags for a definition or glossary list. See <DT> and <DD>.
<DT>
HTML tag for a term in a definition list. See <DL> . . . </DL> and <DD>.
<DD>
HTML tag for the definition of a term in a definition list. See <DL> . . . </DL> and <DT>.
<EM> . . . </EM>
HTML tags for an emphasized item, which will appear as italic, bold, or in a different typestyle, depending on the browser used by the viewer. Usually it will be italic. See <STRONG>. . . </STRONG>.
<CODE> . . . </CODE>
HTML tags for machine code, which usually appear in Courier typeface.
<CITE> . . . </CITE>
HTML tags setting off a citation. The citation often appears in italic, depending on the browser of the viewer.
An HTML attribute which indicates right, left, justified, or center alignment. It is used within tags in the format <IMG ALIGN=LEFT>, <P ALIGN=JUSTIFY>, etc.