1. <head></head>
2. <meta 属性="属性值"/> 解释:meta:定义页面的附加信息;
<meta name="信息名称" content="附加信息的值">
(信息名称最常用的为keyword 关键字,若有多个关键字,content="关键字1,关键字2");
(信息名称=description,设置页面的主要内容)
(信息名称=robot,定义页面的搜索方式,则content=
content的值 |
含义 |
none | 页面将不能被检索,且页面上的链接不可以被查询 |
index | 页面将被检索 |
follow | 页面上的链接可以被查询 |
noindex | 页面将不能被检索,但页面上的链接可以被查询 |
nofolllow | 页面将不能被检索,页面上的链接可以被查询 |
all | 页面将被检索,且页面上的链接可以被查询 |
(信息名称=author ,content=作者)
(信息名称=Copyright,content=版权)
3. <mata http-equiv="信息名称" content="附加信息的值"/>
<mata http-equiv="refresh" content="跳转时间 ;url=链接地址"/> (refresh为网页刷新)
4.<title>页面标题</title>
时间: 2024-10-14 00:38:14