What is the <strong> Tag in HTML
<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.
<!Doctype html>
<!doctype html> always be the first line of any HTML document.
Step 2 ]
<html> and </html>
html is the root element.
<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
<body> and </body>
body is main content area.
All visible content inside to the <body> tagStep 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
how to use the video tag in html
how to create a horizontal frameset in html
how to create top navigation menu
Related Post :-
mm


No comments:
Post a Comment