Lecture 4: Mastering HTML Text Formatting Tags: A Comprehensive Tutorial in Hindi - Urdu
HTML provides six levels of headings, ranging from <h1> (the highest) to <h6> (the lowest).
Like h1,h2,h3,h4,h5,h5
To apply bold formatting to text in HTML, you can use the <b> tag or the <strong> tag. Both tags are used to emphasize text and make it appear bold. Here's how you can use them:
Using the <b> tag:
To apply italic formatting to text in HTML, you can use the <i> tag or the <em> tag. Both tags are used to emphasize text and make it appear italicized. Here's how you can use them:
Using the <i> tag:
To apply underlined formatting to text in HTML, you can use the <u> tag. The <u> tag is used to create an underline effect on the enclosed text. Here's an example of how to use it: