首页 > 代码库 > mate 标签的 http-equiv

mate 标签的 http-equiv

http-equiv

1. 页面的描述

  <meta http-equiv="description" content="This is my page">

2. 关键字

  <meta http-equiv="keywords" content="Engine optimization">

3. cookie 设定

  <meta http-equiv="Set-Cookie" content="cookievalue=http://www.mamicode.com/xxx;expires=Wednesday, 20-Jun-2007 22:33:00 GMT; path=/">

  网页过期后,存的cooki将被删除

4. 显示字符集

  <meta http-equiv="content-Type" content="text/html; charset=utf-8">

5. 清除缓存

  <meta http-equiv="cache-control" content="no-cache">

暂时列几个,有的还没有学会

 

mate 标签的 http-equiv