Lexique CSS

Lexique CSS >> background

background: [couleur|image];

background permet de définir la couleur ou une image pour l'arrière plan d'un élément html.

Application :
Code html :
<div style="background: url(../images/bg_css.jpg); height: 34px;">
  texte
</div>

background-color >>

Page chargée en 3,386 ms