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

Вы должны войти в свой аккаунт чтобы написать комментарий.