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>


Formation continue
||
1
2
3
4
5
6
7
8
9
10
11
<!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>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
soumettreRéinitialiser le code
图片放大关闭