首页 > Web开发 > 详细

【HTML】Intermediate3:Meta Tags

时间:2014-04-12 14:13:06      阅读:544      评论:0      收藏:0      [点我收藏+]

1.Meta tags were the town criers of the Internet

    Do anything to the content that is presented in the browser window

    They are used by the likes of search enginges to catalogue information about the web page.

 

2.Name attribute=author,description,keywords

 

3.http-equiv

     can be used instead of the name attribute

     make an HTTP header(the information to send to the server where web pages is held)

 

 shorthand method to define an HTML document’s character set

<meta charset="utf-8"> is the same as <meta http-equiv="content-type" content="text/html; charset=utf-8">.

 

content-type-what character set is being used

default-style:

refresh:

4.eg:

bubuko.com,布布扣

 

 

【HTML】Intermediate3:Meta Tags,布布扣,bubuko.com

【HTML】Intermediate3:Meta Tags

原文:http://www.cnblogs.com/yzhen/p/3659134.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!