Warning:
This wiki has been archived and is now read-only.
Elements/strong
From HTML Wiki
< Elements
<strong>
The <strong> element represents strong importance for its contents.
Point
- The relative level of importance of a piece of content is given by its number of ancestor strong elements. [Example A]
HTML Attributes
See global attributes.
Examples
Example A
[try it]
<p><strong><strong>Warning.</strong> This dungeon is dangerous.</strong></p>
HTML Reference
The HTML5 specification defines the <strong> element in 4.6.3 The strong element.