码迷,mamicode.com
首页 > 其他好文 > 详细

MATA是什么

时间:2014-07-18 19:31:09      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:des   blog   http   文件   io   html   

<mata>是head区的一个辅助标签<MATA httpequiv="Content-Type" content="text/html;charest=gb2312">

<mata name="name" content="string">

names常用的选项有keywords(关键字)description(网站内容描述)auther(作者)robots(机器人向导)

http-equiv可代替name项,常用的选项有Expires(期限) Pragma(cache模式) Refresh(刷新)Set-Cookie(cookie设定)Window-Target(显示窗口设定)Content-Type(显示字符集的设定)

content 根据names和http-equiv来决定此处填写什么字符串

应用:

告诉浏览器网页识别的文件类型和语言类型

<mata http-equiv="Content-Type" content="text/html;charest=gb2312">

让一些搜索引擎搜索到你的网页

<mata name="keywords" content="网页关键字">

<Mata Name="description" content="网页描述文字">

让页面过上一段时间,自动跳到另一个页面

<Mata http-equiv="refresh" content="6" src="http:fym.888.nease.com">

 进入页面产生一些效果

< meta http-equiv="Page-Enter" content= "revealTrans(Duration=5.0,Transition=n)" > 

 标注作者

<meta name="author" content="黄山村夫—安徽新建基础工程有限责任公司"> 

 控制页面缓冲,比如不让页面缓冲

<meta http-equiv="Cache-Control" CONTENT="no-cache">

MATA是什么,布布扣,bubuko.com

MATA是什么

标签:des   blog   http   文件   io   html   

原文地址:http://www.cnblogs.com/livehigh/p/3850507.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!