meta标签的一些用法
<!--meta模板 --><!doctype html><html> <head> <meta name="keywords" content="内容"/> <meta name="description" content="描述" /> <meta name="generator" content="编辑器" /> <meta name="author" content="名字" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <!-- 自动刷新 <meta http-equiv="refresh" content="3;url=">--><title></title> </head> <body> 正文 </body></html>
相关推荐:
html对象:html一些对象属性的介绍
html5中div标签的实例代码以上就是html中meta标签的用法实例的详细内容。
