<Meta http-equiv="Content-Type" Content="text/html; Charset=utf-8"> //指定字符集
<Meta http-equiv="Refresh" Content="5; Url=http://www.xia8.net"> //网页多长时间刷新自己或者跳到其它网页
<Meta http-equiv="Expires" Content="Wed, 26 Feb 1997 08:21:57 GMT"> //设置缓存过期时间
<Meta http-equiv="Set-Cookie" Content="cookievalue=xxx; expires=Wednesday,
21-Oct-98 16:14:21 GMT; path=/"> //设置cookie以及其过期时间
<Meta http-equiv="Widow-target" Content="_top"> //强制制定页面在独立显示
<META http-equiv="Pics-label" Contect="(PICS-1.1‘http://www.rsac.org/ratingsv01.html‘I gen comment ‘RSACi North America Sever‘ by ‘inet@microsoft.com‘for ‘http://www.microsoft.com‘ on ‘1997.06.30T14:21-0500‘ r(n0 s0 v0 l0))">
//网页级别,n0 s0 v0 l0为美国指定的无***暴力信息
<Meta http-equiv="Page-Enter" Content="blendTrans(Duration=0.5)"> //网页进入时得特效
<Meta http-equiv="Page-Exit" Content="blendTrans(Duration=0.5)"> //网页离开时得特效
<Meta name="Keywords" Content="关键词1,关键词2,关键词3,关键词4,……"> //关键字
<Meta name="Description" Content="你网页的简述"> //简介
<Meta name="Robots" Content="All|None|Index|Noindex|Follow|Nofollow">
//告诉搜索引擎机器人,哪些需要索引,默认为all
<Meta name="Author" Content="张三,abc@sina.com"> //作者
<Meta name="Generator" Content="PCDATA|FrontPage|"> //对编辑器得说明
<META name="revisit-after" CONTENT="7 days" > //让搜索引擎7天来一次,以减大数据量网站的压力
<link href="URL" rel="relationship"> //收藏网页时,会显示小图标
<link href="URL" rev="relationship"> //再次打开时,地址栏也会显示小图标
<Base href="http://www.xia8.net/" target="_blank">
注意:你网页上的所有相对路径在链接时都将在前面加上“http://www.cn8cn.com/”。其中target="_blank"是链接文件在新的窗口中打开,你可以做其他设置。将“_blank”改为“_parent”是链接文件将在当前窗口的父级窗口中打开;改为“_self”链接文件在当前窗口(帧)中打开;改为“_top”链接文件全屏显示。
本文出自 “枷罗博客” 博客,请务必保留此出处http://jhomephper.blog.51cto.com/8558055/1679468
原文地址:http://jhomephper.blog.51cto.com/8558055/1679468