HTML中meta标签作用

<meta>
源数据描述数据的数据,描述HTML文档的信息
<meta charset=”utf-8”/>设置字符编码。
<meta http-equiv=”content-type” content=”text/html;charset=utf-8”/>
<meta http-equiv=”conten-type” content=”text/html;charset=gb2312”>

以键值对的方式设置字符编码其中content-type是键,text/html;charset=gb2312是值,html5。

<meta http-equiv=“refresh” content=”3;url = http://baidu.com”> 

refresh指的是设置refresh属性,3秒后刷新的内容指向http://baidu.com(三秒后跳转到http://baidu.com)

<meta name=”keywords” content=”beauty”>

keywords是写给搜索引擎的,便于搜索引擎记录用于优化网页。

<meta name=“description” content=“The page to show the meta”>

对网页描述。

<meta http-equiv=”expries” content=”0”>

不对网页进行缓存 expries=0;0秒就过期,一般加载网页浏览器先查看网页是否过期(页面是否修改),如果没有过期显示本地的内容加载速度较快。

<meta http-equiv=”pragma” content=”no-cache”>

其中pragma=no-cahe表示不要在代理服务器上缓存。

<meta name=”generator” content=”ultraedit”>

文件是由什么生成的

<meta name=”author” content=”me”>

作者

<meta name=”copyright” content=”do not use this page without my permission”>

版权声明,flashget抓代码,写socket程序拿网页源代码。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

陈勇劲

你的鼓励实我最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值