HTML <strong> Tag
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 | |||||
12 | 1 | 1 | 15 | 4 |
Tablets / Mobile | |||||
18 | 4 | 14 | 3.2 | 1 | 4.4 |
Last updated by CSSPortal on: 30th September 2023