Hello Developers, In this artical learn about, How to formating HTML text. Text processing tags in HTML. Use for Html consists of numerous elements for defining text with a unique meaning. Formatting elements were designed to show unique types of text.
<b> - Bold text
<strong> - Important text
<i> - Italic text
<em> - Emphasized text
<mark> - Marked text
<small> - Smaller text
<del> - Deleted text
<ins> - Inserted text
<sub> - Subscript text
<sup> - Superscript text
where is it used <b> and <strong> Elements
The html <b> detail defines bold text, without any more importance. Use <b> tags to convert any plain text into bold text.
<b>This is bold text</b>
The html <strong> element defines textual content with robust significance. the content material inner is commonly displayed in ambitious.
<strong>This is my important! and strong text</strong>
Where is it used html <i> and <em> Elements.
The html <i> detail defines part of textual content in an change voice or temper. the content interior is usually displayed in italic.
Tip: the <i> tag is frequently used to signify a technical time period, a phrase from any other language, a thought, a deliver name, and many others.
<i>This is italic text.</i>
The html <em> detail defines emphasised text. the content inside is typically displayed in italic.
Tip: a display reader will pronounce the phrases in <em> with an emphasis, the usage of verbal stress.
<em>This is emphasized text.</em>
Where is it used html <small> Elements.
The html <small> element defines smaller text:
<small>This is one smaller text.</small>
Where is it used html <mark> Elements.
The html <mark> element defines textual content that should be marked or highlighted:
<p>Consider to buy <mark>milk</mark> today.</p>
Where is it used html <del> Elements.
The html <sub> detail defines subscript text. subscript textual content appears half of a person beneath the regular line, and is on occasion rendered in a smaller font. subscript textual content can be used for chemical formulas, like h2o:
<p>my favored colour is <del>blue</del> <ins>crimson</ins>.</p>
Where is it used html <ins> Elements.
The html <ins> element defines a textual content that has been inserted into a document. browsers will usually underline inserted textual content:
<p>It's my a favorite color <del>blue</del> red.</p>
Where is it used html <sup> Elements.
The html <sub> element defines subscript text. subscript textual content seems half a person under the normal line, and is on occasion rendered in a smaller font. subscript textual content can be used for chemical formulation, like h2o:
<p>this is <sub>subscripted</sub> text.</p>
BihariGraphic:
Join our Telegram Channel and Discussion Group to get Daily Update’s and Idea’s