Blogger Information
Blog 2
fans 0
comment 0
visits 1651
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
html文档主要构成
涛哥哥
Original
695 people have browsed it

html 文档格式

HTML5 文档构成

  • 文档标签: <!DOCTYPE html>
  • 根元素:<html></html>
  • 定义文件编写语言: <html lang="zh-CN" >
  • 头元素:<head></head>
  • 元数据: <meta>
  • 定义文件编码: <meta charset="utf-8" />
  • 设置视口、缩放比例: <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  • 标签文本: <tile>标签内容</tile>
  • 主体元素: <body></body>
  • 注释内容: <!-- 注释 -->

HTML5 三大元素

  • id,获取页面中的唯一元素: id=“123”
  • class,获取页面中的一类元素: class=“123”
  • style,设置某个元素的内联样式:style="color:bule"
    举例: <h1 id="test" class="big" style="color:bule">三大元素实例</h1>
Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:完成的不错, 基础一定要背下来
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post