HTML 2: Text Effects
Here is a list of HTML text effects. Other important text effects like font, size, color, and alignment are controlled by CSS (see CSS tutorials).
Effect | HTML |
Bold Text | <b>Bold Text</b> |
Italic | <i>Italic</i> |
Underline | <u>Underline</u> |
| <s>Strike-out</s> |
Makes you break to a new line | Makes you break<br> to a new line |
Paragraph text in the paragraph tag. Paragraph text in the paragraph tag. Blah, blah, blah. Paragraph text in the paragraph tag. etc New paragraph text. New paragraph text. New paragraph text. |
<p>Paragraph text in the paragraph tag. Paragraph text in the paragraph tag. Blah, blah, blah. Paragraph text in the paragraph tag. etc</p> <p>New paragraph text. New paragraph text. New paragraph text.</p> |
<marquee>Horizontal scrolling</marquee> | |
| <marquee direction="up">Vertical scrolling</marquee> |