Horje
How to create HTML <strong> Elements

The HTML <strong> element defines text with strong importance. The content inside is typically displayed in bold.


Example of HTML <strong> Elements

<p>This text is normal.</p> <p><strong>This text is important!</strong></p>
<p>This text is normal.</p>

<p><strong>This text is important!</strong></p>

Full Example of HTML <strong> Elements

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p>This text is normal.</p>

<p><strong>This text is important!</strong></p>

</body>
</html>

Output should be:

Full Example of HTML <strong> Elements
Reffered: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_formatting_strong





Related Articles
What is HTML Text Formatting HTML Formatting
What is HTML Formatting Elements HTML Formatting
How to create HTML <b> and <strong> Elements HTML Formatting
How to create HTML <strong> Elements HTML Formatting
How to create HTML <i> Elements HTML Formatting
How to create HTML <em> Elements HTML Formatting
How to create HTML <small> Element HTML Formatting
How to create HTML <mark> Element HTML Formatting
How to create HTML <del> Element HTML Formatting
How to create HTML <ins> Element HTML Formatting
How to create HTML <sub> Element HTML Formatting
How to create HTML <sup> Element HTML Formatting

Single Articles
Example of HTML <strong> ElementsHTML Formatting
Full Example of HTML <strong> ElementsHTML Formatting

Read Full:
HTML Formatting
Category:
Web Tutorial
Sub Category:
HTML Formatting
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
34



Share on: