<i>  (italic),
 (italic), <b>  (bold),
 (bold), <tt>  (teletype or
               monospaced text),
 (teletype or
               monospaced text), <sub>  (subscript),
 (subscript), <sup>  (superscript).
 (superscript).<tt>, instead use <filepath>  .
.<i>, instead use <varname>  .
.<b>, instead use <cmdname>  .
.|  | RememberUsing the most specific elements rather than the
                           generic  <i>,<b>,<tt>elements, means getting nicer deliverables.Example: Let's suppose you want to refer to the "Open" item of
                              the "File" menu. Do not type
                              <tt>File->Open</tt> which would be
                              rendered as: File->Open. Instead type
                              <menucascade><uicontrol>File</uicontrol><uicontrol>Open</uicontrol></menucascade>,
                              which will be rendered as: . Much nicer, isn't it? See  <uicontrol> and <menucascade> . |