ad

Showing posts with label em tag in html. Show all posts
Showing posts with label em tag in html. Show all posts

Friday, November 7, 2025

What is the strong Tag in HTML

What is the <strong> Tag in HTML

https://webdesigningtheory.blogspot.com


 <strong> Tag   is semantic html tag indicates the text inside strong importance to enclosed text.

 <strong> Tag   browser and assistive technologies  by default browsers display  <strong> text in bold 

 What is the <strong> Tag in HTML

Example 


<!DOCTYPE html>
<html>
<body>
<p> html strong tag</p>
  <p><strong> Strong text is important </strong> </p>

</body>
</html>

What is the <strong> Tag in HTML

Explain Program

Step 1 ]

<!Doctype html>

<!doctype html>  always be the first line of any HTML document.

Step 2 ]

   <html> and </html>

   html  is the root element.

Step 3 ]

<body> and </body>

body  is  main content area.

All visible content inside to  the <body> tag

Step 4]

<p> html strong tag</p>

<p> tag define paragraph text

line will display normal paragraph

Step 5]


  <p><strong> Strong text is important </strong> </p>

 <p> tag create paragraph.
inside use <strong> tag.
<strong> tag browser text important or emphasized.
<strong> text bold it semantic.
<strong> text bold & semantically important.

What is the <strong> Tag in HTML

 output

What is the <strong> Tag in HTML

Related Post :-

how to use the video tag in html

how to create a horizontal frameset in html

how to create top navigation menu