Third class Formatting tags

HTML FORMATTING TAGS

formatting tags are used to format the text like bold , italic underline,

<b> this is used to bold the text </b>

<strong > this is used to bold the text </strong>

<i>this is used to italic the text</i>

<em>(emphasize) this is used to italic the text</em>

<u>this is used to underline the text</u>

<strike>this is used to strike text </strike>

<small> used to small tag</small>

<big> used to big tag</big>

<pre> this is used to line by line text </pre>

<code> this is used to coding the text </code>