欢迎来到奇迪科技(深圳)有限公司,超值服务提供卓越产品!
HTML5的Meta标签中,有http-equiv 属性,这个属性的类型有:
charset 定义编码信息;
refresh 刷新与跳转网页;
no-cache 定义页面缓存;
expires 定义网页缓存过期时间。
举例:
1.定义了HTML页面所使用的字符集编码为utf-8:
<meta http-equiv="content-type" content="text/html; charset=utf-8">
2.定义了HTML页面所使用的字符语言为中文:
<meta http-equiv="content-language" content="zh-CN" />
或者
<html lang="zh-cn">(建议使用该方式标识,可通过W3C验证)
3.设定浏览器自动刷新时间:
<Meta http-equiv="Refresh" Content="130">
4.定时跳转到其他页面:
<Meta http-equiv="Refresh" Content="5; Url=http://www.qvdv.net">
本文版权所有,转载须注明:来源 https://www.qvdv.net/qvdv-wdl-363.html