Search Bar

Header Ads

What Is Text Formating Tags In HTML




What Is Text Formating Tags n HTML
What Is Text Formating Tags n HTML


"what is text formating tags in HTML"-hello, in this post i am going to show you what is text formating tags in HTML and how can you implement this tag in your HTML program to make your webpage more attractive so read full post about Text Formating Tags In HTML.


so first know about "what is text formating tags in HTML"?

   "HTML also difines special elements, for defining text with a special meaning.

HTML uses elemensts like <b> and <i> for formatting output, like bold or italic text

Tag               Description
<b>           Defines bold text
<em>       Defines emphasized text
<i>            Defines italic text
<small>    Defines smaller text
<strong>  Defines important text
<sub>      Defines subscripted text
<sup>      Defines superscripteed text
<ins>      Defines inserted text
now we are sharing some example program for HTML text formatting tags

1) Bold Tag

<html>
<head>
<title>bold text example</title>
</head>
<body>
<p>I Am Using <b> bold tag</b> tag.</p>
</body>
</html>

This will produced following result :

I Am Using bold tag.

read our another informational post


2) Italic Text:
<html>
<head>
<title>italic text example</title>
</head>
<body>
<p>I Am Using <i> italic tag</i> tag.</p>
</body>
</html>

This will produced following result :

I Am Using italic tag.

3) Underline text:
<html>
<head>
<title> underline text example</title>
</head>
<body>
<p> I Am using <u> underline tag </u>.</p>
</body>
</html>

This will produced following result :

I Am Using underline tag.

4) Strike text:
<html>
<head>
<title> I Am Using a Strke tag </title>
</head>
<body>
<p> I Am Uing a <strike> Strike Tag </strike.</p>
</body>
</html>

This will produced following result :

I Am Using strike tag.

for more examples click here

Conclusion:

so freinds in this post you see what is text formatting tags in HTML and also how can you use or implement it in your HTML program to make it more attractive. if you feel this information helpfull then share it on social media and have any quetion then ask it me in comment section below.

Thanx for reading full post...








Post a Comment

0 Comments