content logo

Learn HTML:

Html strong tag

When writing in HTML, the <strong> tag is an inline element used to designate a section of text with strong importance; it is usually denoted with bold font. The following sections contain information about this tag, including an example of it in use, as well as related attributes and browser compatibility.

Note: This element is unique in that it is a phrase tag, which indicates that a section of text has structural meaning.

<p>Make sure you <strong>ground yourself</strong> before working
   inside a computer case to avoid electrostatic discharge.</p>

 

#

HTML Strong Example

#

HTML Strong Code

#

HTML Strong Tutorial