最新赞助活动温馨提示:自愿赞助服务器费用,学生和没有工作的整站资源免费下载!
头像

HTML5 对各个标签的定义与规定:meta-H5教程

来源:http://erdangjiade.com/topic/133733.html H5程序员 2017-10-26 09:09浏览(27)

一般放在head标签或head标签的noscript标签中。
为空元素(没有内容)。
除了全局属性之外,还有 namehttp-equivcontentcharset
DOM
接口

interface HTMLMetaElement : HTMLElement {
attribute DOMString name;
attribute DOMString httpEquiv;
attribute DOMString content;
};

meta标签用来表达title, base, link, style, and script 等标签所表达不了的metadatapragma信息。
其中name, http-equiv, charset属性必须且只能设置一个。
如果设置了name属性或http-equiv属性,还必须设置content属性。
charset
属性用来设定文档的编码,如UTF-8
只允许一个meta标签设置charset属性。
评论0
头像

友情提示:垃圾评论一律封号 加我微信:826096331拉你进VIP群学习群

1 2