Text Editing
You can edit text easly in html using many predefine tags. HTML also defines special elements and tags for defining text with a special meaning. Using those type of Formatting elements like-- <b> - Use this element to bold text
- <strong> - This is also same bold tag but give Important text
- <i> - Use this for Italic text
- <em> - This is use for Emphasized text
- <mark> - This is use Marked text
- <small> - This is use Small text
- <del> - This is use Deleted text
- <ins> - This is use Inserted text
- <sub> - This is use Subscript text
- <sup> - This is use Superscript text
Html <b> Element Example -
Example
<b> This is example of bold tag < /b>
Note -you can write any text within <b> tag Result - This is example of bold tag
Html <strong> Element Example-
Example
<strong> This is example of strong tag < /strong>
Note -you can write any text within <strong> tag Result - This is example of strong tag
Html <i> Element Example
Example
<i> This is example of Italic tag < /i>
Note -you can write any text within <i> tag Result - This is example of Italic tag
Html <em> Element Example
Example
<em> This is example of Italic tag < /em>
Note -The HTML <em>
element defines emphasized text, with added semantic importance. <i> tag Result - This is example of emphasized tag
Html <small> Element Example
Example
<small> This is example of small tag < /small>
Note -The HTML <small>
element defines smaller text Result - This is example of small element
Html <mark> Element Example
Example
<mark> This is example of mark tag < /mark>
Note -The HTML <mark>
element defines marked or highlighted textResult - This is example of mark element
Html <del> Element Example
Example
<del> This is example of del tag < /del>
Note -The HTML <del>
element defines deleted (removed) textResult -
Html <ins>Element Example
Example
<ins> This is example of ins tag < /ins>
Note -The HTML <ins>
element defines inserted (added) text.Result -
This is example of ins element
Html <sub> Element Example
Example
<sub> This is example of sub tag < /sub>
Note -The HTML <sub>
element represent subscripted text.Result - This is example of sub element
Html <sup>Element Example
Example
<sup> This is example of sup tag < /sup>
Note -The HTML <sup>
element represent superscripted text.Result - This is example of superscripted text
0 comments :
Post a Comment