html标准

<!DOCTYPE html>
<html>
<head>
    <!--声明当前页面的编辑码,charset=gbk,gb2312(中文编码),utf-8国际规范-->
    <meta  charset="utf-8"/>
    <!--网页js代码-->
    <script src="https://code.jquery.com/jquery-3.0.0.min.js"></script>
        <title>页面标题</title>
    <!--标题小图标,在谷歌游览器中不显示。无效。-->
    <!--<link rel="shortcut icon" href="" type="image/x-icon"/>-->
    <link rel="icon" type="image/x-icon" href="http://ico.58pic.com/iconset01/emotion-icons/gif/111146.gif"/>
        <!--css,js-->
        <style>
    <!--设置全局文本内外编距为0-->
     *{margin: 0;padding: 0;}        
        </style>
</head>
<body>
<!--start-->
<!--网页头部-->
<header></header>
<!--网页主体-->
<section>


</section>
<!--网页尾部-->
<footer></footer>
<!--end-->
</body>
</html>

猜你喜欢

转载自blog.csdn.net/qq_41426326/article/details/89022779
今日推荐