em tag code example
Example 1: how to emphasis in html
<em>this is how to emphasis</em>
Example 2: em tag in html5
basically italic
<p>You <em>have</em> to hurry up!</p>
<em>this is how to emphasis</em>
basically italic
<p>You <em>have</em> to hurry up!</p>