html 头部

<!DOCTYPE html>
<html>
    <head>
        <!-- meta 元素被用于规定页面的描述、关键词、
                    文档的作者、最后修改时间以及其他元数据 -->
        <meta charset="utf-8">
        <meta name="keywords" content="HTML, CSS" />
        <!-- 规定默认目标 -->
        <base href="" target="_blank" />
        <!-- 连接css -->
        <link rel="stylesheet" type="text/css" href=""/>
        <title></title>
    </head>
    <body>
    </body>
</html>

 

posted @ 2022-02-26 18:41  lwx_R  阅读(7)  评论(0编辑  收藏  举报