--- title: em slug: Web/HTML/Element/em tags: - HTML - HTML:Elemento - Todas_las_Categorías translation_of: Web/HTML/Element/em original_slug: Web/HTML/Elemento/em ---
El elemento HTML <em> es el apropiado para marcar con énfasis las partes importantes de un texto. El elemento <em> puede ser anidado, con cada nivel de anidamiento indicando un mayor grado de énfasis.
| Categorías de contenido | Contenido dinámico, contenido textual o estático, contenido palpable |
|---|---|
| Contenido permitido | Contenido textual o estático. |
| Tag omission | {{no_tag_omission}} |
| Permitted parents | Any element that accepts phrasing content. |
| Permitted ARIA roles | Any |
| DOM interface | {{domxref("HTMLElement")}} Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the {{domxref("HTMLSpanElement")}} interface for this element. |
Este elemento solo incluye los atributos globales.
<p>
<em>El dinero</em> es importante pero <strong>la salud</strong> lo es más.
</p>
em tiene un hermano mayor: strong. em sirve para dar énfasis y strong para dar mucho énfasis