html Strong Tag

In the <strong> tag is a phrase element of html. 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>.

All main browser supports the <em> tag. which tag standard attributes are class, dir, id, lang, style, title and xml:lang and The event attributes are onclick , ondblclick, onmousedown, onmousemove, onmouseout,onmouseover, onmouseup, onkeydown, onkeypress and onkeyup.

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