📅  最后修改于: 2020-11-04 00:49:10             🧑  作者: Mango
HTML标签用于表示有关HTML文档的元数据。它指定页面描述,关键字,版权,语言,文档作者等。
元数据不会显示在网页上,但是搜索引擎,浏览器和其他Web服务会使用元数据来扫描该网站或网页以了解该网页。
借助meta标记,您可以尝试并预览网页在浏览器中的呈现方式。
标签放置在
标签,并且可以在文档中多次使用。
以下是有关HTML的一些规范标签
Display | None |
Start tag/End tag | Empty Tag(Only Start tag) |
Usage | Document Structural |
1.
它定义了字符编码。 charset的值为“ utf-8″,表示它将支持显示任何语言。
2.
它指定搜索引擎使用的关键字列表。
3.
它定义了网站描述,可用于提供由搜索引擎执行的相关搜索。
4.
它指定页面的作者。通过内容管理系统自动提取作者信息很有用。
5.
它指定向浏览器提供指令,以每50秒(或任何给定时间)自动刷新内容。
6.
在上面的示例中,我们设置了带有内容的URL,因此它将在提供的时间后自动重定向到给定的页面。
7.
它指定了视口来控制页面尺寸和缩放比例,以便我们的网站在所有设备上看起来都不错。如果存在此标记,则表明此页面受移动设备支持。
Example of Meta tag
This example shows the use of meta tag within an HTML document
= HTML5的新功能
Attribute | Value | Description |
---|---|---|
charset | character_set | It specifies the character encoding of an HTML page. |
content | text | It contains the value of the attribute “name” and “http-equiv” in an HTML document, depending on context. |
http-equiv |
|
It specifies the Information given by the web server about how the web page should be served. |
name |
|
It specifies the name of document-level metadata. |
scheme | format/URL | It specifies the scheme in which metadata is described. (Not Supported in HTML5) |
标签支持HTML中的全局属性
标签支持HTML中的事件属性。
Element | Chrome | IE | Firefox | Opera | Safari |
Yes | Yes | Yes | Yes | Yes |