Physical Style
Physical tags are effectively the opposite of content-based tags. The text in a physical tag might have no meaning whatsoever, outside what the designer intended. These tags show text in a distinct style. Physical tags usually affect font style. Each physical style tag is shown with a brief description and any physical effects the browser imposes.
- <b> indicates that the text appears in a bold font weight.
- <big> indicates that the text appears one point size larger than the current text.
- <i> indicates that the text appears in an italic font.
- <small> indicates that the text appears one point size smaller than the current text.
- <sub> indicates that the text appears as a subscript to the current text. The text is shown one point size smaller.
- <sup> indicates that the text appears as a superscript to the current text. The text is shown one point size smaller.
- <tt> indicates that the text appears as teletype text. The text is shown in a monospaced typeface font.