meta标签是html标记head区的一个关键标签,meta标签用来描述一个HTML网页文档的属性,例如作者、日期和时间、网页描述、关键词、页面刷新等。下面web建站小编给大家简单介绍一下关于meta的各种标签。
content-Type(设定页面使用的字符集)
<meta http-equiv="content-Type" content="text/html;charset=utf-8">
content-Language(显示语言的设定)
<meta http-equiv="Content-Language" content="zh-cn"/>
Expires(期限,可以用于设定网页的到期时间。一旦网页过期,必须到服务器上重新传输)
<meta http-equiv="expires" content="Fri,12Jan200118:18:18GMT">
Pragma(cache模式,禁止浏览器从本地计算机的缓存中访问页面内容)
<meta http-equiv="Pragma" content="no-cache">
cache-control(缓存设置)
<meta http-equiv="cache-control" content="no-cache">
Refresh(自动刷新并指向新页面)
<meta http-equiv="Refresh" content="2; url=https://www.ipkd.cn">
注意:其中的2是指停留2秒钟后自动刷新到URL网址。
Window-target(强制页面在当前窗口以独立页面显示)
<meta http-equiv="Window-target" content="_top">
注意:用来防止别人在框架里调用自己的页面。
set-cookie(cookie设定,如果网页过期,那么存盘的cookie将被删除)
Keywords(关键字)
<meta name="keywords" content="">
description(网站内容描述)
<meta name="description" content="">
robots(机器人向导)
<meta name="robots" content="none">
set-cookie
<meta http-equiv="Set-Cookie" content="cookie value=xxx; expires=Friday,12-Jan-200118:18:18GMT;path=/">
通常强制要求浏览器不设置缓存重新从服务器获取页面会使用下面的方式:
<meta http-equiv=”pragma” content=”no-cache”> <meta http-equiv=”cache-control” content=”no-cache”> <meta http-equiv=”expires” content=”0″>
说明:标注网页的作者
<meta name="author" content="123@163.com">
generator
<meta name="generator" content="信息参数"/>
copyright网站版权信息
<meta name="copyright" content="信息参数">
revisit-after代表网站重访,7days代表7天
<meta name="revisit-after" content="7days">
移动页面布局
<meta name="viewport" content="width=device-width, initial-scale=1.0">
标签: meta标签
上面是“各种meta标签介绍”的全面内容,想了解更多关于 前端知识 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3726.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!