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

コメントを投稿するにはログインする必要があります。