You are not logged in.

#1 2015-09-09 07:03:14

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Text Formatting Elements In HTML:

Text Formatting Elements In HTML:


Formatting elements were designed to display special types of text.

Types Of Text:


★ Bold text <b>
★ Important text <strong>
★ Italic text <i>
★ Emphasized text <em>
★ Marked text <mark>
★ Small text <small>
★ Deleted text <del>
★ Inserted text <ins>
★ Subscripts <sub>
★ Superscripts <sup>

Using Method:


Bold:
<b>Your Text Here</b>

Strong:
<strong>Your Text Here</strong>

Italic:
<i>Your Text Here</i>

Emphasized:
<em>Your Text Here</em>

Small:
<small>Your Text Here</small>

Marked or Highlighted:
<mark>Your Text Here</mark>

Deleted:
<del>Your Text Here</del>

Inserted:
<ins>Your Text Here</ins>

Sub-scripted:
<sub>Your Text Here</sub>

Super-scripted:
<sup>Your Text Here</sup>


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-09-09 07:03:14

Advertisement
Ads By Google

Re: Text Formatting Elements In HTML:



\n

Board footer