新增!我的 44 页电子书“CSS 在 44 分钟内”已出版! 😃

立即获取 →

# body

网页内容的容器。必须是<html>的直接子元素,并且必须是所有 HTML 元素(除非另有说明)的祖先。

示例: 复制

<!DOCTYPE html>
<html>
  <head>
    <!-- Document metadata -->
  </head>
  <body>
    <!-- Document content -->
  </body>
</html>