Strong tag in HTML

Strong HTML Tage
A strong HTML tag is used to give the importance to the text and it will display the text in the bold font-style. HTML 4 strongly emphasized text, but in the HTML 5 its will give the important to the text enclosed in the <strong> </strong>.Strong tag will support the Global attributes and also Event Attributes.

It will support all kinds of browser.

CSS:
strong{
Font-weight: bold;
}

Syntex:
<p>Read more about web code in <strong>Labw3</strong></p>

Result:

Read more about web code in Labw3

Browser Support:
Feature Chrome Firefox IE Opera Safari
Basic support Support Support Support Support Support
Copyright Labw3