Html5 Em Tag

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

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