em
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
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.
Pruébalo
Categorías de contenido | Contenido dinámico, contenido textual o estático, contenido palpable |
---|---|
Contenido permitido | Contenido textual o estático. |
Tag omission | None, both the starting and ending tag are mandatory. |
Permitted parents | Any element that accepts phrasing content. |
Permitted ARIA roles | Any |
DOM interface | HTMLElement Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the HTMLSpanElement interface for this element. |
Atributos
Este elemento solo incluye los atributos globales.
Ejemplos
html
<p>
<em>El dinero</em> es importante pero <strong>la salud</strong> lo es más.
</p>