Looks like this was just a typo, probably intending <tt> (teletype).
Mirror image of
https://gitlab.com/graphviz/graphviz.gitlab.io/-/merge_requests/120
Note that the name given in the USEMAP attribute must be the same
as the ID attribute of the MAP element. The Graphviz renderer
uses the name of the graph as the ID. Thus, in the example above,
-where the graph's name is <T>mainmap</T>, we have <T>USEMAP="#mainmap"</T>
+where the graph's name is <CODE>mainmap</CODE>, we have <CODE>USEMAP="#mainmap"</CODE>
in the IMG attribute, and x.map will look like
<XMP>
<map id="mainmap" name="mainmap">
<LI>CENTER aligns the object in the center. (Default) </LI>
<LI>LEFT aligns the object on the left.</LI>
<LI>RIGHT aligns the object on the right. </LI>
-<LI>(<T><TD></T> only) TEXT aligns lines of text using the full
+<LI>(<CODE><TD></CODE> only) TEXT aligns lines of text using the full
cell width. The alignment of a line is determined by its (possibly
-implicit) associated <T><BR></T> element.</LI>
+implicit) associated <CODE><BR></CODE> element.</LI>
</ul>
<P>
The contents of a cell are normally aligned as a block. In particular,
lines of text are first aligned as a text block based on the width of
-the widest line and the corresponding <T><BR></T> elements. Then,
+the widest line and the corresponding <CODE><BR></CODE> elements. Then,
the entire text block is aligned within a cell. If, however, the
-cell's <B><I>ALIGN</I></B> value is <T>"TEXT"</T>, and the cell contains
+cell's <B><I>ALIGN</I></B> value is <CODE>"TEXT"</CODE>, and the cell contains
lines of text, then the lines are justified using the entire available
width of the cell. If the cell does not contain text, then the contained
image or table is centered.
<B><I><FONT SIZE=-1>BALIGN</FONT> </I></B>
<BLOCKQUOTE>
-specifies the default alignment of <T><BR></T> elements contained
-in the cell. That is, if a <T><BR></T> element has no
+specifies the default alignment of <CODE><BR></CODE> elements contained
+in the cell. That is, if a <CODE><BR></CODE> element has no
explicit <B><I>ALIGN</I></B> attribute, the attribute value is specified
by the value of <B><I>BALIGN</I></B>.
</BLOCKQUOTE>
<LI>CENTER aligns the object in the center. (Default) </LI>
<LI>LEFT aligns the object on the left.</LI>
<LI>RIGHT aligns the object on the right. </LI>
-<LI>(<T><TD></T> only) TEXT aligns lines of text using the full
+<LI>(<CODE><TD></CODE> only) TEXT aligns lines of text using the full
cell width. The alignment of a line is determined by its (possibly
-implicit) associated <T><BR></T> element.</LI>
+implicit) associated <CODE><BR></CODE> element.</LI>
</ul>
<P>
The contents of a cell are normally aligned as a block. In particular,
lines of text are first aligned as a text block based on the width of
-the widest line and the corresponding <T><BR></T> elements. Then,
+the widest line and the corresponding <CODE><BR></CODE> elements. Then,
the entire text block is aligned within a cell. If, however, the
-cell's <B><I>ALIGN</I></B> value is <T>"TEXT"</T>, and the cell contains
+cell's <B><I>ALIGN</I></B> value is <CODE>"TEXT"</CODE>, and the cell contains
lines of text, then the lines are justified using the entire available
width of the cell. If the cell does not contain text, then the contained
image or table is centered.
<B><I><FONT SIZE=-1>BALIGN</FONT> </I></B>
<BLOCKQUOTE>
-specifies the default alignment of <T><BR></T> elements contained
-in the cell. That is, if a <T><BR></T> element has no
+specifies the default alignment of <CODE><BR></CODE> elements contained
+in the cell. That is, if a <CODE><BR></CODE> element has no
explicit <B><I>ALIGN</I></B> attribute, the attribute value is specified
by the value of <B><I>BALIGN</I></B>.
</BLOCKQUOTE>
Note that the name given in the USEMAP attribute must be the same
as the ID attribute of the MAP element. The Graphviz renderer
uses the name of the graph as the ID. Thus, in the example above,
-where the graph's name is <T>mainmap</T>, we have <T>USEMAP="#mainmap"</T>
+where the graph's name is <CODE>mainmap</CODE>, we have <CODE>USEMAP="#mainmap"</CODE>
in the IMG attribute, and x.map will look like
<XMP>
<map id="mainmap" name="mainmap">