Html5 Strong Tag

In the <strong> tag is a phrase element of html5. which specify bold for a content or single letter. Basically in the <strong> tag look like this <b> tag .That <b> tag means bold.In the <strong> end tag of </strong>.

Syntax :

<strong>...</strong>

Example Code

<!DOCTYPE HTML>
<strong> <strong> is a bold text </strong>

Out Put :



<strong> is a bold text

In the above <strong> tag have applied to <strong> is a bold text.





Content