HTML Formatting
A number of tags are available to format the text in HTML. They are all displayed below:
= writes italic text = writes important text = writes bold text = writes emphasized text = creates a heading = creates marked text = writes small text = creates deleted (strikethrough) text= dispays inserted text in underline fashion = creates subscript text = creates superscript text
Examples of formatted text:
Some random text
Some random text
Some random text
Some random text
Some random text
Some random text
Some random text
Some random text
Some random text
Some random text
Some random text
The result:
i = Some random text
strong - Some random text
b = Some random text
em = Some random text
h1 =
mark = Some random text
small = Some random text
del =Some random text
ins = Some random text
sub = Some random text
sup = Some random text
strong - Some random text
b = Some random text
em = Some random text
h1 =
Some random text
mark = Some random text
small = Some random text
del =
ins = Some random text
sub = Some random text
sup = Some random text