Widely availableSupported across all major browsers. Safe to use in production.

Overview

The <strong> HTML element brings attention to the content, styling text as bold by default.

Browser support

Feature Desktop Mobile
Chrome
Edge
Firefox
Safari
Chrome Android
Safari iOS
1
12
1
≤4
18
≤3.2
1+Supported (version) Not supported Has note Sub-feature descriptions sourced from MDN Web Docs (CC BY-SA 2.5)
Notes 1 item(s)
Implementation note
  • Before Firefox 4, creating a `<strong>` element incorrectly resulted in an `HTMLSpanElement` object, instead of the expected `HTMLElement`.

Syntax

HTML
<p><strong>Warning:</strong> This action cannot be undone.</p>
<p>Please make sure your password is <strong>at least 8 characters long</strong>.</p>

Live demo

Importanttext

Strong element in text. heavymain show.thickcharacter in display.

PreviewFullscreen

strong nested

Strong nested and degree that representationationation to.

PreviewFullscreen

Strong and b. Difference

Strong is heavymain, b is note.meaning. Difference comparison.

PreviewFullscreen

Use cases

  • Using <strong>

    The <strong> HTML element brings attention to the content, styling text as bold by default.

Cautions

  • May not be supported in older browsers.

Accessibility

  • Verify how this element is announced by screen readers.

Powered by web-features