Skip to content Skip to sidebar Skip to footer

Html text formatting

    Text formatting is the very important to making website. Used to apply some text style on the HTML file like bold, italic, strong, emphasized, small, superscript are used to format the texts in html files.

Bold:-
<b>This is the Bold Text</b>

Italic:-
<i>This is the Italic Text</i>

Underline:-
<u>This is the Underline Text<u>

Emphasized:-
<em>This is the emphasized Text</em>

Delete:-
<del>This is Deleted Text</del>

Big:-
<big>This is the Big Text</big>

Small:-
<small>This is the small Text</small>

Monospaced Font:-
<tt>This is the Monospaced Font Text</tt>

Subscript:-
<sub>This is the Subscript Text</sub>

Superscript:-
<sup>This is the Superscript Text</sup>

Strike:-
<strike>This is the Striked Text



Example Program:- (Editor)



Output:-








Advertisement


Screen Shots:-


HTML text format

Post a Comment for "Html text formatting"