HTML <em> Tag: This HTML em tag renders as emphasized text and it is a Phrase tag. It simply means anything written within the em tag is shown as emphasized Text.
All phrase tags
Tag | Description |
---|---|
em | Renders as emphasized text |
strong | Specifies the important text |
code | Defines a piece of computer code |
samp | Specifies sample output from a computer program |
kbd | Specifies keyboard input |
var | Specifies a variable |
HTML <em> Tag
This HTML<em> tag supports both the global and the event attributes.
Syntax: <em> Text </em>
Browser compatibility
The HTML<em> tag is supported by different types of browsers.
- Chrome
- Firefox
- Opera
- Safari
- Internet Explorer
Example:
<!DOCTYPE html> <html> <body> <em>Tutorials.freshersnow.com</em><br> </body> </html>
Output:
Tutorials.freshersnow.com