📜  HTML html标签

📅  最后修改于: 2020-11-04 00:50:15             🧑  作者: Mango

HTML 标签

标签表示HTML文档的根,因此也称为根元素。它是所有元素的容器(除了) 如,以及出现在HTML文档中的每个元素。它告诉浏览器该文档是HTML文档。

之前我们只能使用的标签声明,将有关HTML版本的信息提供给浏览器。

句法

  .... 

以下是有关HTML的一些规范标签

Display None
Start tag/End tag Both Start and End tag
Usage Structural

例子1




HTML tag


Example of HTML tag

Write your main Content within Body of the HTML document.

输出:

属性

Attribute Value Description
xmlns http://www.w3.org/1999/xhtml It specifies the XML namespace for the document(Not required)
manifest URL It specifies the URL of the resource manifest indicates resource which should be cached locally.

全局属性

标签支持HTML中的全局属性

事件属性

标签支持HTML中的事件属性。

支持的浏览器

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
Yes Yes Yes Yes Yes