<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<meta http-equiv="expires" content="wed, 26 Feb 1997 08:21:57 GMt">
可以用于设定网页的到期时间。一旦网页过期,必须到服务器上重新调阅
<meta http-equiv="pragma" content="no-cache">
禁止浏览器从本地机的缓存中调阅页面内容
<meta http-equiv="refresh" content="10;urL=http://wuhuifeng.com">
停留10秒钟后自动刷新到URL网址
<meta http-equiv="set-Cookie" content="cookievalue=xxx;expires=wednesday, 21-Oct-2005 16:14:21 GMt; path=/">
如果网页过期,那么存盘的cookie将被删除
<meta http-equiv="window-target" content="_top">
强制页面在当前窗口以独立页面显示,用来防止别人在框架里调用你的页面
<meta http-equiv="pics-label" contect="">
网站的限制级别就是通过该参数来设置的
<meta name ="keywords" content="关键词1,关键词2,关键词3">
<meta name="description" content="主要介绍程序设计语言JAVA、C等">
<meta name="robots" content="none">
<meta name="AuthOr" content="张三,abc@sina.com">
</head>
robots(机器人向导)
说明:robots用来告诉搜索机器人哪些页面需要索引,哪些页面不需要索引。content的参数有all、none、index、noindex、follow、nofollow。默认是all。