How you achieve text formatting in HTML?
Using Text formatting we can change the over all view of the sentence.like that:
Example:
<b> This is bold text
<i> This is a italic text
I have given you some basic formatted tags.
<b> Used to create bold text
<big> Used to create big text
<em> Used to emphasized text
<i> Used to made italic text
<small> Used to create small text
<strong> Used to made strong text
<sub> Used to subscripted text
<sup> Used to superscripted text
<ins> Used to inserted text
<del> Used to deleted text
<s> Deprecated. Use <del> instead
<strike> Deprecated. Use <del> instead
<u> Deprecated. Use styles instead