HTML Encyclopaedia

The strong tag

The HTML element
<strong> text </strong>
tells the browser to render the text in a distinctive bold fashion. The HTML standard defines this as a logical style as distinct from <b> text </b> which is a physical style.

This is <strong> style

Browsers
All browsers honour this tag by rendering the text in a heavier, bolder style.


See also <b> and the general notes about text styles