--- title: content slug: Web/CSS/content tags: - CSS - 'CSS:Referencias' - Todas_las_Categorías translation_of: Web/CSS/content ---

<< Volver

Resumen

La propiedad content se usa junto con los pseudo-elementos :before y :after para generar contenido que se adjunta antes o después de un selector CSS.

Características

En CSS3

Ejemplos

p:before
{
content: url("beep.wav")
}

img:before
{
content: attr(alt)
}

Valores

Ver también

(CSS2 en) (CSS2 1 en) (CSS3 en)


Categorías

Interwiki Languages

{{ languages( { "en": "en/CSS/content" } ) }}