Html Italic & emphasize tags:
Italic (<i>)is a physical tag while emphasize(<em>) is structural tag.
<i> Defines as a italic tag and <em>Defines as a emphasize tag and both tags work similarly.
<i> Defines as a italic tag and <em>Defines as a emphasize tag and both tags work similarly.
Example Italic Tag:
<p>Html italic<i> Tag.</p>
<p>My name is<i>Zeeshan Ahmad</i></p>
<p>Html italic<i> Tag.</p>
<p>My name is<i>Zeeshan Ahmad</i></p>
Example Emphasize Tag:
<p>Html Emphasize(<em>) tag.</p>
<p>My name is<em>Zeeshan Ahmad</em></p>
<p>Html Emphasize(<em>) tag.</p>
<p>My name is<em>Zeeshan Ahmad</em></p>