HTML <strong> tag
Usage
Used to apply strong emphasis to an inline section of text.
Example
Code:
<p>Here's an example of <strong>strong emphasis</strong>.</p>
Output:
Here's an example of strong emphasis.
Required Attributes
- none
Optional Attributes
- none