The HTML <strong></strong> element strongly emphasizes all contained text, typically implemented in visual browsers by bolding it. Unlike the <b></b> element, this implies a spoken inflection as if to draw attention to the contained phrase. It is similar to the <em></em> element except that the text is emphasized more. Text which simply needs to be bolded should have the CSS font-weight property applied to it.
Attributes
- Global Attributes
HTML example:
<strong>TEXT TEXT</strong>