Contact Us || Privacy Policy || About Us |
|
HTML FormatingHTML Formating is used better look and fee for text.There are many formatting tags in HTML like that in table.
1) Bold Text and Strong Text<b> and <strong> Tag are use the same work ,for Text Dsiplay bold . Syntax.Example.Output:- ![]() 2) Italic Text<i> and <em> Both tag are used for Display Italic Text. Syntax.Example.Output:- ![]() 3) HTML Marked TagMark Tag <mark> is use for Highlight Text. Syntax.Example.Output:- ![]() 4) HTML Underlined Tag(u)<u> Tag is used for show underlined ther text. Syntax.Example.Output:- ![]() 5) HTML Superscript Tag (<sup>)Superscript <sup> tag is used to display Square the character or number. Syntax.Example.Output:- ![]() Where <br> is line break tag. 6) HTML Subscript Tag (<sub>)Subscript (<sub>) Tag is used to below half a character's height. Syntax.Example.Output:- ![]() 7) HTML Deleted Tag (<del>)Deleted Tag (<del>) is used to delete or remove the text. Syntax.Example.Output:- ![]() 8) HTML Insert Tag (<ins>)Insert Tag (<ins>) is used to inserted text a Paragraph. Syntax.Example.Output:- ![]() 9) HTML Big Tag (<big>) and Small Tag(<small>)The big tag (<big>) is used to display Large text. The small tag (<small>) is used to display small text. Syntax.Example.Output:- ![]()
Next TopicMarquee HTML
|