EM tag is used to emphasize a text i.e.
highlights a word/text in a document. It displays the text in "Italic" style and differentiates it from the rest of the content.
<em>Text</em>
Example Code:
Result :
Kingfisher Airlines is owned by Vijay Mallya
Only texts or contents can be added with this element.
It resembles the <i>. But it shows the text in a different font style and size.
If required the "CSS" can be used to get more effect than this element.