annuaire recherche
Attributes accesskey (attribute) class (attribute) contenteditable (attribute) contextmenu (attribute) data-* (attribute) dir (attribute) draggable (attribute) dropzone (attribute) Global attributes hidden (attribute) id (attribute) itemid (attribute) itemprop (attribute) itemref (attribute) itemscope (attribute) itemtype (attribute) lang (attribute) slot (attribute) spellcheck (attribute) style (attribute) tabindex (attribute) title (attribute) translate (attribute) Elements a abbr address area article aside audio b base bdi bdo blockquote body br button canvas caption cite code col colgroup data datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 head header hr html i iframe img input input type="button" input type="checkbox" input type="color" input type="date" input type="datetime"-local input type="email" input type="file" input type="hidden" input type="image" input type="month" input type="number" input type="password" input type="radio" input type="range" input type="reset" input type="search" input type="submit" input type="tel" input type="text" input type="time" input type="url" input type="week" ins kbd label legend li link main map mark menu menuitem meta meter nav noscript object ol optgroup option output p param picture pre progress q rp rt rtc ruby s samp script section select slot small source span strong style sub summary sup table tbody td template textarea tfoot th thead time title tr track u ul var video wbr Miscellaneous Attributes Block-level elements CORS enabled image CORS settings attributes Element Inline elements Kinds of HTML content Link types Microdata Optimizing your pages for speculative parsing Preloading content Reference Supported media formats Using the application cache Obsolete acronym applet basefont big blink center command content dir element font frame frameset hgroup image input type="datetime" isindex keygen listing marquee nextid noframes plaintext strike tt xmp
personnages

全局属性是所有HTML元素共有的属性; 它们可以用于所有元素,尽管属性可能对某些元素没有影响。

HTML5 规范规定全局属性可以用在所有的HTML element上,甚至HTML5没有规范的element。这意味着任何非标准的element也可以使用这些属性,甚至在HTML5不兼容的文档类型下这些element的使用方式也可以用。

除了基本的HTML全局属性之外,还存在以下全局属性:

  • xml:langxml:base- 这些是从XHTML规范继承而来的,因兼容性的原因而保留。

  • 多个aria-*属性,用于改善可访问性。

  • 事件处理程序属性:onabortonautocompleteonautocompleteerroronbluroncanceloncanplayoncanplaythroughonchangeonclickoncloseoncontextmenuoncuechangeondblclickondragondragendondragenterondragexitondragleaveondragoverondragstartondropondurationchangeonemptiedonendedonerroronfocusoninputoninvalidonkeydownonkeypressonkeyuponloadonloadeddataonloadedmetadataonloadstartonmousedownonmouseenteronmouseleaveonmousemoveonmouseoutonmouseoveronmouseuponmousewheelonpauseonplayonplayingonprogressonratechangeonresetonresizeonscrollonseekedonseekingonselectonshow,onsort,onstalled,onsubmit,onsuspend,ontimeupdate,ontoggle,onvolumechange,onwaiting.

描述

accesskey为生成当前元素的键盘快捷键提供提示。该属性由空格分隔的字符列表组成。浏览器应该使用计算机键盘布局上存在的第一个。class是元素类的空格分隔列表。类允许CSS和JavaScript通过类选择器或函数(如方法)选择和访问特定的元素Document.getElementsByClassName()contenteditable是一个枚举属性,指示该元素是否应该由用户编辑。如果是这样,浏览器修改它的小部件以允许编辑。该属性必须采用以下值之一:

  • true空字符串,表示该元素必须是可编辑的;

  • false,这表明该元素不能被编辑。

contextmenu是一个

id,用作这个元素的上下文菜单。data-*形成一类称为自定义数据属性的属性,允许专有信息在HTML及其脚本可能使用的DOM表示之间进行交换。所有这些自定义数据都可以通过HTMLElement设置属性的元素的接口来使用。该HTMLElement.dataset属性可以访问它们。dir是一个枚举属性,指示元素文本的方向性。它可以有以下值:

  • ltr,这意味着从左到右,用于从左到右书写的语言(如英语);

  • rtl,意思是从左到右写的语言(如阿拉伯语);

  • auto,让用户代理决定。它使用一种基本的算法来解析元素内部的字符,直到找到一个具有强方向性的字符,然后将这个方向性应用于整个元素。

draggable是一个枚举属性,用于指示是否可以使用拖放API拖动该元素。它可以有以下值:

  • true,表示该元素可能被移动

  • false,表示该元素不能被移动。

dropzone是一个枚举属性,用于指示可以使用拖放API在元素上放置哪些类型的内容。它可以有以下值:

  • copy,这表示删除将创建被移动的元素的副本

  • move,这表明被拖动的元素将被移动到这个新的位置。

  • link,将创建一个链接到拖动的数据。

hidden是一个布尔属性表示该元素还不存在,或不再是相关的。例如,它可用于隐藏无法使用的页面元素,直到登录过程完成。浏览器不会呈现这样的元素。此属性不得用于隐藏可能合法显示的内容。id定义一个唯一的标识符(ID),在整个文档中必须是唯一的。其目的是在链接(使用片段标识符),脚本或样式(使用CSS)时标识元素。

注意:以下5个属性是WHATWG HTML Microdata功能的一部分。

itemid项目的唯一全局标识符。

itemprop用于为项目添加属性。每个HTML元素可以有一个指定的itemprop属性,其中一个itemprop由一个名称和值对组成。

itemref不具有该itemscope属性的元素的后代的属性可以使用itemref与该项目相关联。Itemref提供了itemid文档中其他属性的附加属性的元素ID列表(不是)。

itemscopeItemscope(通常)与itemtype一起工作,指定包含在块中的HTML是关于特定项目的。itemscope创建Item并定义与其关联的itemtype的范围。itemtype是描述项目及其属性上下文的词汇表(例如schema.org)的有效URL 。

itemtype指定将用于在数据结构中定义itemprop(项目属性)的词汇表的URL。Itemscope用于设置数据结构中由itemtype设置的词汇表处于活动状态的范围。

lang参与定义元素的语言,写入不可编辑元素的语言或可编辑元素应该写入的语言。标记包含一个单一的输入值,其格式在标识语言标签(BCP47)中定义,IETF文件。xml:lang优先于它。

slot在阴影DOM阴影树中将一个槽分配给一个元素:具有slot属性的元素被分配给由其元素创建的槽name属性的值与该slot属性的值匹配。

spellcheck枚举属性定义是否可以检查元素是否存在拼写错误。它可能有以下值:

  • true,表示该元素应尽可能检查拼写错误;

  • false,这表明该元素不应检查拼写错误。

style包含要应用于元素的CSS样式声明。请注意,建议在单独的文件或文件中定义样式。这个属性和