html中meta标签的用法介绍

今天小编给大家分享的是html中meta标签的用法介绍,相信很多人都不太了解,为了让大家更加了解html中meta标签的用法,所以给大家总结了以下内容,一起往下看吧。一定会有所收获的哦。

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中meta标签的用法介绍就分享到这里了,希望以上内容可以对大家有一定的参考价值,可以学以致用。如果喜欢本篇文章,不妨把它分享出去让更多的人看到。