html Em Tag

In the <em> tag is a phrase element of html. which specify emphasized for content or letter. Basically in the <em> tag look like this <i> tag .That <i> tag means italic.In the <em> end tag of </em>.

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 :

<em>...</em>

Example Code

<!DOCTYPE HTML>
<em> Em is a emphasized text </em>

Out Put :



Em is a emphasized text

In the above <em> tag have applied to Em is a emphasized text text.




Content