1 | Sections of text can be marked to be formatted as they appear in the file. <pre> for preformatted and <blockquote> which also indents. |
2 | "Trust your browser": |
3 | Logical Styles: |
4 | <dfn>, <em>, <cite>and <var> typically displayed in italics. |
5 | <code>,<kbd>,<samp> typically displayed in fixed-width font. |
6 | <strong> typically displayed in bold. |
7 | Physical Styles: |
8 | <b> bold |
9 | <i> italic |
10 | <tt> typewriter - fixed-width font |
11 | Escape sequences for characters used for tags |
12 | < for < |
13 | > for > |
14 | & for & |
15 | " for " |
16 | Additional escape sequences support special characters, such as ® for the Registered Trademark symbol and © for the Copyright symbol. |