HTML Allows various type of Text formatting tags.
Bellow describe this :
<ins> : This tag content style is insert style. if you want to show that you insert some text in your web pages that time you can use this element.
<del> : This tag content style is delete style. If you want to show that you delete some text from your web pages that you can use this element.
<strike> : This tag enclosed text is displayed as like del element style.
<cite>: This tag content style is citation style. This tags enclosed text is displayed with Italic too. This tag use for write any quotation in web document.
<code> : This tag content style is computer code style. If you want to write any computer programming source code in your web pages that time you can use this element.
<samp> : This tag content style is sample style.
<var> : This tag content style is variable style.
<tt> : This tag content style is Tele Style.
<sub> : This tag content style is Subscript style. It will be use when you write any subscript type content like chemical name or atomic name or chemical equation.
<sup> : This tag content style is Superscript style. It will be use when you write any Subscript type content like mathematical equations.
Example of Above tags -
This is insert style
This is delete style
This is strikethrough Style
This is citation style.
This is sample style
This is variable style
This is telestyle
Subscript - H2
Superscript - a2+2ab+ b2
HTML Tutorial in Bangla.
Bellow describe this :
<ins> : This tag content style is insert style. if you want to show that you insert some text in your web pages that time you can use this element.
<del> : This tag content style is delete style. If you want to show that you delete some text from your web pages that you can use this element.
<strike> : This tag enclosed text is displayed as like del element style.
<cite>: This tag content style is citation style. This tags enclosed text is displayed with Italic too. This tag use for write any quotation in web document.
<code> : This tag content style is computer code style. If you want to write any computer programming source code in your web pages that time you can use this element.
<samp> : This tag content style is sample style.
<var> : This tag content style is variable style.
<tt> : This tag content style is Tele Style.
<sub> : This tag content style is Subscript style. It will be use when you write any subscript type content like chemical name or atomic name or chemical equation.
<sup> : This tag content style is Superscript style. It will be use when you write any Subscript type content like mathematical equations.
Example of Above tags -
<!--textformat.html-->
<html>
<head>
<title>HTML Text Formatting tags part - one</title>
</head>
<body>
<ins> This is insert style</ins><br />
<del> This is delete style</del><br />
<strike> This is strikethrough Style</strike><br />
<cite> This is citation style.</cite><br />
<code> This is computer code style</code><br />
<samp> This is sample style</samp><br />
<var> This is variable style</var><br />
<tt> This is telestyle</tt><br />
Subscript - H<sub>2</sub><br />
Superscript - a<sup>2</sup>+2ab+ b<sup>2</sup>
</body>
</html>
Output will be shown as bellow -
This is insert style
This is citation style.
This is computer code style
This is sample style
This is variable style
This is telestyle
Subscript - H2
Superscript - a2+2ab+ b2
After reading this blog i very strong in this topics and this blog really helpful to all... explanation are very clear so very easy to understand... thanks a lot for sharing this blog Ruby on Rails Online Training Hyderabad
ReplyDelete