×

Html & Html5

The World's best Software Development Study Portal

HTML strong tag


This <strong> tag is use to indicate importance to any particular text or paragraphs. in general way we can say it just use to bold the text or paragraphs.

Let's understand this by the following example:


<p> Hey readers please <strong> don't leave any HTML tag </strong> </p>

Output: