HTML em Tag specifies an emphasized text or the text which is strongly emphasized or stressed. The abbreviation em stands for emphasized.
Table of Contents
Syntax of HTML em Tag
The Syntax of HTML em Tag is shown below, It has both starting and ending tags.
<em>MUST</em>
Usage of HTML em Tag
HTML em Tag is used to define a text which is emphasized or which is important.
HTML em tag is used where you want your readers to know that a particular word is important.
The default font style of HTML em tag is Italic.
Example of HTML em Tag
Simple example of HTML em Tag is shown below.
<p>You <em>Must</em> learn programming!</p>
Output
The output of above HTML code is shown below.
You Must learn programming!
Browser Support for HTML em Tag
HTML em Tag is supported by all major browsers including Safari and Internet Explorer.
Global Attributes Support in HTML em Tag
The HTML em Tag supports all Global Attributes.
Event Attributes Support in HTML em Tag
The HTML em Tag supports all Event Attributes.
HTML em Tag Video
Watch our video on HTML em Tag and subscribe our Youtube Channel.
Post a Comment