Blogger Information
Blog 19
fans 0
comment 0
visits 5706
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML结构
vbokok
Original
290 people have browsed it

<!---1.文档类型元素--->

<!DOCTYPE html>
<!---2.根元素:浏览器渲染html的起点入口--->

<html lang="ZH-cn">
   <head>
   <!---页面编码--->
   <meta charset="utf-8" />
   <meta http-equiv="X-UA-Compatible" content="IE=edge" />
   <!---视口设置:可视窗口--->
   <meta name="viewport" content="width=device-width,initial-scale=1.0" />
   <!---页面标题--->
   <title>html结构</title>
   </head>
</html>

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