meta标签的一些用法
<!--meta模板-->
<!DOCTYPEhtml>
<html>
<head>
<metaname="keywords"content="内容"/>
<metaname="description"content="描述"/>
<metaname="generator"content="编辑器"/>
<metaname="author"content="名字"/>
<metahttp-equiv="content-type"content="text/html;charset=utf-8"/>
<!--
自动刷新
<metahttp-equiv="refresh"content="3;url=">
-->
<title></title>
</head>
<body>
正文
</body>
</html>

本文转载自中文网

本文转载自中文网
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/html5/h54941.shtml