HTML – Global attributes

 0    14 flashcards    sir
tải về mp3 In chơi tự kiểm tra
 
câu hỏi câu trả lời
Specifies a shortcut key to activate/focus an element
bắt đầu học
accesskey
Specifies one or more CLASSNAMES for an element (refers to a class in a style sheet)
bắt đầu học
class
Specifies whether the content of an element is editable or not
bắt đầu học
contenteditable
Used to store custom data private to the page or application
bắt đầu học
data-*
Specifies the text direction for the content in an element
bắt đầu học
dir= ["ltr" | "rtl"]
Specifies whether an element is draggable or not
bắt đầu học
draggable
Hides the element.
bắt đầu học
hidden
Specifies a unique id for an element
bắt đầu học
id
Specifies the language of the element's content
bắt đầu học
lang
Specifies whether the element is to have its spelling and grammar checked or not
bắt đầu học
spellcheck
Specifies an inline CSS style for an element
bắt đầu học
style
Specifies the tabbing order of an element
bắt đầu học
tabindex
Specifies extra information about an element
bắt đầu học
title
Specifies whether the content of an element should be translated or not
bắt đầu học
translate

Bạn phải đăng nhập để đăng bình luận.