Thursday, 6 August 2015

Html Formatting Elements

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.

HTML small Formatting:

<small> element defines small text:

Example:


Html Marked Formatting:

<mark> element defines marked or highlighted text.

Example:


  Html Deleted Formatting:

<del> element defines removed text.

Example:


Html Inserted Formatting:

<ins> element defines added or inserted text.

Example:


Html Subscript Formatting:

<sub> element defines subscriped text.

Example:


Html Superscript Formatting:

<sup> defines superscriped text.

Example:


No comments:

Post a Comment