Today you will learn about Html Formating:
Formatting Elements Of Html:
Html uses elements like <i> and <b> for formatting output,like bold and italic text.Formatting elements are designed to display special type of text:
1) Bold text
2)Important text
3)Italic text
4)Emphasized text
5)Marked text
6)Small text
7)Deleted text
8)Inserted text
9)Subscripts
10)Superscripts
Html Bold And Strong Formatting:
<b> element defines bold text.Example:
Html <strong> element defines it is strong text that shows importance.
Example:
Html Italic And Emphasized Formatting:
<i> element in html defines italic text.<em> element defines emphasized text.
No comments:
Post a Comment