HTML – Global attributes

 0    14 flashcards    sir
mp3 indir Baskı oynamak kendini kontrol et
 
soru cevap
Specifies a shortcut key to activate/focus an element
öğrenmeye başla
accesskey
Specifies one or more CLASSNAMES for an element (refers to a class in a style sheet)
öğrenmeye başla
class
Specifies whether the content of an element is editable or not
öğrenmeye başla
contenteditable
Used to store custom data private to the page or application
öğrenmeye başla
data-*
Specifies the text direction for the content in an element
öğrenmeye başla
dir= ["ltr" | "rtl"]
Specifies whether an element is draggable or not
öğrenmeye başla
draggable
Hides the element.
öğrenmeye başla
hidden
Specifies a unique id for an element
öğrenmeye başla
id
Specifies the language of the element's content
öğrenmeye başla
lang
Specifies whether the element is to have its spelling and grammar checked or not
öğrenmeye başla
spellcheck
Specifies an inline CSS style for an element
öğrenmeye başla
style
Specifies the tabbing order of an element
öğrenmeye başla
tabindex
Specifies extra information about an element
öğrenmeye başla
title
Specifies whether the content of an element should be translated or not
öğrenmeye başla
translate

Yorum yapmak için giriş yapmalısınız.