HTML Em Tag - W3Schools
Có thể bạn quan tâm
Example
Mark up emphasized text in a document:
<p>You <em>have</em> to hurry up!</p><p>We <em>cannot</em> live like this.</p> Try it Yourself »Definition and Usage
The <em> tag is used to define emphasized text. The content inside is typically displayed in italic.
A screen reader will pronounce the words in <em> with an emphasis, using verbal stress.
Browser Support
| Element | |||||
|---|---|---|---|---|---|
| <em> | Yes | Yes | Yes | Yes | Yes |
Global Attributes
The <em> tag also supports the Global Attributes in HTML.
Event Attributes
The <em> tag also supports the Event Attributes in HTML.
Related Pages
HTML tutorial: HTML Text Formatting
HTML DOM reference: Emphasized Object
Default CSS Settings
Most browsers will display the <em> element with the following default values:
Example
em { font-style: italic;} Try it Yourself » ❮ Previous Complete HTML Reference Next ❯ ★ +1 Sign in to track progressTừ khóa » Thẻ Span Trong Html W3schools
-
HTML Span Tag - W3Schools
-
HTML Span Attribute - W3Schools
-
HTML Div Tag - W3Schools
-
CSS Column-span Property - W3Schools
-
HTML Li Tag - W3Schools
-
HTML Pre Tag - W3Schools
-
HTML Br Tag - W3Schools
-
HTML Ul Tag - W3Schools
-
HTML B Tag - W3Schools
-
HTML Nav Tag - W3Schools
-
HTML A Tag - W3Schools
-
HTML Option Tag - W3Schools
-
HTML Strong Tag - W3Schools
-
HTML Label Tag - W3Schools