好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

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对象:html一些对象属性的介绍

HTML5中div标签的实例代码

以上就是html中meta标签的用法实例的详细内容,更多请关注Gxl网其它相关文章!

查看更多关于html中meta标签的用法实例的详细内容...

  阅读:44次