HTML EM Tag | EM Tag | HTML <em> Tag Tutorial by WDH

HTML EM Tag


Define : 

This tag is used to define emphasized text and The content inside is typically displayed in italic.

For Example :

Output :
                 

Browser Support

All browsers are supported like chrome, opera, firefox, Microsoft edge.

Global and event Attributes

This tag also supports the Global and event Attributes in HTML.

Default CSS Settings

em {

  font-style: italic;

}