Exemple
Spécifiez une image de fond pour un document HTML:
<html>
<body background="bgimage.jpg">
<h1>Hello world!</h1>
<p><a href="http://www.w3ii.com">Visit w3ii.com!</a></p>
</body>
</html>
Essayez - le vous - même » Définition et utilisation
Le background attribut spécifie une image d'arrière - plan pour un document.
support du navigateur
Attribut | |||||
---|---|---|---|---|---|
background | Oui | Oui | Oui | Oui | Oui |
notes de compatibilité
Le <body> background attribut est pas pris en charge HTML5. Utilisez CSS à la place.
CSS syntaxe: <body style="background-image:url(bgimage.jpg)">
CSS Exemple: Ajouter une image de fond à un document
Dans notre tutoriel CSS vous pouvez trouver plus de détails sur le background-image propriété .
Syntaxe
<body background="URL">
Attribut valeurs
Valeur | La description |
---|---|
URL | L'URL de l'image d'arrière-plan. Valeurs possibles:
|