HTML <strong> Tag

If this site has been useful, we’d love your support! Running this site takes time and resources, and every small contribution helps us keep creating valuable content. Consider buying us a coffee to keep things going strong!

Description

The <strong> HTML tag is used to indicate that the text it encloses should be rendered with strong importance, typically resulting in bold text. It is a semantic tag used for conveying meaning to both browsers and assistive technologies, rather than just dictating the visual style. It is often employed to highlight key words or phrases within a document to emphasize their significance to the content, such as highlighting important terms in a glossary or emphasizing a critical point in an article. Using the <strong> tag helps improve the accessibility and SEO (Search Engine Optimization) of web content by providing a clear structure and hierarchy to the text.

Properties

Permitted Parents
Any element that accepts phrasing content, or any element that accepts flow content
Content
Inline and text
Start/End Tags
Start tag: required, End tag: required

Example

When you need to make something stand out, <strong>use the strong tag</strong>

Attributes

None

Global Attributes

The <strong> tag also supports the Global Attributes in HTML5

Event Attributes

The <strong> tag also supports the Event Attributes in HTML5

Browser Support

The following table will show you the current browser support for the HTML <strong> tag.

Desktop
Edge Chrome Firefox Opera Safari
1211154
Tablets / Mobile
Chrome Firefox Opera Safari Samsung Webview
184143.214.4

Last updated by CSSPortal on: 30th September 2023