These elements are used to specify how text should be rendered. When working with the text sometimes you want the text to have a particular look, such as bold, underline, italics, etc.
ELEMENTS | USE | SYNTAX |
---|---|---|
ITALICS | It specifies that the enclosed text should be displayed in italics. | |
UNDERLINE | It states that the enclosed text should be underlined. | |
BIG | It specifies that the enclosed text should be displayed using bigger font as compared with the current font. | |
SMALL | It specifies that the enclosed text should be displayed using smaller font as compared with the current font. | |
STRIKE | It specifies that the enclosed text should be displayed with a horizontal line striking through the text. | |
SUBSCRIPT | It specifies that the enclosed text should be displayed as a subscript using a smaller font as compared to the rest of the text. | |
SUPERSCRIPT | It specifies that the enclosed text should be displayed as a superscript using a smaller font as compared to the rest of the text | |
TYPEWRITER | It specifies that the text should be rendered in fixed-width typewriter font. | |
BLINK | Surrounding any text with this element will cause the selected text to blink on the viewing page. |