HTML – Global attributes

 0    14 词汇卡    sir
下载mp3 打印 检查自己
 
问题 答案
Specifies a shortcut key to activate/focus an element
开始学习
accesskey
Specifies one or more CLASSNAMES for an element (refers to a class in a style sheet)
开始学习
class
Specifies whether the content of an element is editable or not
开始学习
contenteditable
Used to store custom data private to the page or application
开始学习
data-*
Specifies the text direction for the content in an element
开始学习
dir= ["ltr" | "rtl"]
Specifies whether an element is draggable or not
开始学习
draggable
Hides the element.
开始学习
hidden
Specifies a unique id for an element
开始学习
id
Specifies the language of the element's content
开始学习
lang
Specifies whether the element is to have its spelling and grammar checked or not
开始学习
spellcheck
Specifies an inline CSS style for an element
开始学习
style
Specifies the tabbing order of an element
开始学习
tabindex
Specifies extra information about an element
开始学习
title
Specifies whether the content of an element should be translated or not
开始学习
translate

您必须登录才能发表评论。