<strong>

christian.dinh2481 total contributions
Published Jun 20, 2021Updated Jul 1, 2022
Contribute to Docs
The <strong>
element is used to identify text that is very important, or urgent.
Syntax
<strong><!-- text which should be emphasized goes here --></strong>
The <strong>
element should only contain text content or other elements meant for text content.
Example
<html><head> </head><body><p>When hiking in nature, it is very important to<strong>avoid poison ivy</strong> at all costs.</p></body></html>
All contributors
- christian.dinh2481 total contributions
- Anonymous contributorAnonymous contributor3077 total contributions
- short_matthew_f33 total contributions
- BrandonDusch580 total contributions
- Not-Ethan48 total contributions
- christian.dinh
- Anonymous contributor
- short_matthew_f
- BrandonDusch
- Not-Ethan
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.