Text Formatting in HTML
Today we learn some tag those are use to formatting text.Formatting
elements were designed to display special types of text:
1.<b> - Bold
text
example: output:
2.<strong> -
Important text
example: output:
<b> & <strong> are like same.
3.<i> - Italic
text
example: output:
4.<em> -
Emphasized text
5.<mark> -
Marked text
6.<small> -
Small text
7.<del> -
Deleted text
8.<ins> -
Inserted text
9.<sub> -
Subscript text
10.<sup> -
Superscript text
No comments:
Post a Comment