Other Formats for Texts


Words and sentences can be formatted in a variety of different styles. This section shows you several of those.

Italic: <i>This is text in italics</i>.<p> 
Bold: This is text in <b>bold format</b>.<p>
Strong: <strong>Strong also emphasizes text</b>.<p>

Note that you must use the "/" to end the command. Note also that you must include a paragraph tag <p> if this is only one line of text.

Display the results of this formatting


Return to HTML Tutorial Menu