HTML Formatting

HTML Formatting is used for text formatting in HTML for better look. We use many formatting tags in HTML, using these tags make text bold, underlined or Italic.

Bold Tag

<b> tag is used for bold text in HTML

Example
<b>Bold tag example </b>

Strong Tag

<strong> tag is also used for bold or defines strong text.

Example
<strong>Strong tag example</strong>
Italic Tag

<i> tag is used for defines italic text.

Example
<i>Italic tag example </i>

<em> tag defines emphasized text.

Example
<em>Emphasized tag example</em>

<del> Tag
<del> tag used for deleted (removed) text.

Example
<p>HTML is easy to<del>learn</del>.</p>

Leave a Reply

Your email address will not be published. Required fields are marked *