Balise <body...SE CONNECTER

Balise <body> du didacticiel de base HTML

Balise <body>

Utilisation : <body>Contenu</body>

< ;body>Attributs communs de

  • bgColor : couleur d'arrière-plan de la page Web. Par exemple : <body bgColor = “red”>

  • background : adresse de l’image d’arrière-plan de la page Web. Par exemple : <body background = « images/01.jpg »>

<!DOCTYPE HTML>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <title>这是我们的第一个页面</title>
    </head>
    <body bgColor="#88cc66" background="/upload/course/000/000/009/5858c32b29eab172.jpg"> 
        <h1>欢迎加入php.cn</h1>
        <h2>希望你能够在这里学的开心</h2>
    </body>
</html>


section suivante
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>这是我们的第一个页面</title> </head> <body bgColor="#88cc66" background="https://img.php.cn/upload/course/000/000/009/5858c32b29eab172.jpg"> <h1>欢迎加入php.cn</h1> <h2>希望你能够在这里学的开心</h2> </body> </html>
soumettreRéinitialiser le code
chapitredidacticiel