HTML头信息标签和标题标签

复制代码
<html>
<!-- 头信息的作用
    1. 可以设置网页的标题。
    2. 可以通知浏览使用指定的码表解释html页面.
 -->
<head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
    <title>这个是我的第一个网页</title>
    <meta name="keywords" content="关键字1,关键字2,关键字3,关键字4"/>
    <!--一个网页的关键字最好是3-4个。 seo(搜索引擎优化)                          -->
</head>

<!-- 网页的内容应该写在body标签体内的。 -->
<body>
    这个是我的第一个网页看到了
</body>
</html>
复制代码

 

posted on   LoaderMan  阅读(497)  评论(0编辑  收藏  举报

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

喜欢请打赏

扫描二维码打赏

了解更多

点击右上角即可分享
微信分享提示