What is <strong> tag?

Experience Level: Junior
Tags: HTML

Answer

The <strong> tag is a phrase tag. It defines important text. The <strong> element  is used to identify text that is of greater importance than the ambient text. It has semantic meaning.

 

Example
<p>
	This is <strong>very important</strong>.
	Please, <strong>remember it</strong>!
</p>

Comments

No Comments Yet.
Be the first to tell us what you think.
HTML for beginners
HTML for beginners

Are you learning HTML ? Try our test we designed to help you progress faster.

Test yourself