首页 > 代码库 > HTML 标签补充

HTML 标签补充

HTML

<meta charset="UTF-8>  //页面编码

<meta http-equiv="Refresh"  Content="30">  //每30s刷新

<meta http-equiv="Refresh"  Content="10; url=http://www.baidu.com">  //隔5秒,跳转到另外一个页面

<! --   -->  //注释

关键字:

<meta name="keywords" content="key1, key2, key3">

描述:

<meta name="description" content="This is the description for the web site">

 

X-UA-Compatible

 

HTML 标签补充