Articles tagged: HTMLElement
Found 16 documents
- Web/API/HTMLElement/blur The HTMLElement.blur() method removes keyboard focus from the current element.
- Web/API/HTMLElement/click The HTMLElement.click() method simulates a mouse-click on an element.
- Web/API/HTMLElement/contentEditable The HTMLElement.contentEditable property is used to indicate whether or not the element is ...
- Web/API/HTMLElement/contextMenu The HTMLElement.contextMenu property refers to the context menu assigned to an element using the ...
- Web/API/HTMLElement/dataset The HTMLElement.dataset property allows access, both in reading and writing mode, to all the ...
- Web/API/HTMLElement/dir The HTMLElement.dir property gets or sets the text writing directionality of the content of the ...
- Web/API/HTMLElement/focus The HTMLElement.focus() method sets focus on the specified element, if it can be focused.
- Web/API/HTMLElement/forceSpellCheck Forces a spelling and grammar check on HTML elements, even if the user has not focused on the ...
- Web/API/HTMLElement/isContentEditable The HTMLElement.isContentEditable read-only property returns a Boolean that is true if the ...
- Web/API/HTMLElement/lang The HTMLElement.lang property gets or sets the base language of an element's attribute values ...
- Web/API/HTMLElement/oncopy The oncopy property returns the onCopy event handler code on the current element.
- Web/API/HTMLElement/oncut The oncut property returns the onCut event handler code on the current element.
- Web/API/HTMLElement/onpaste The onpaste property returns the onPaste event handler code on the current element.
- Web/API/HTMLElement/style The HTMLElement.style property returns a CSSStyleDeclaration object that represents only the ...
- Web/API/HTMLElement/tabIndex The HTMLElement.tabIndex property represents the tab order of the current element.
- Web/API/HTMLElement/title The HTMLElement.title property represents the title of the element, the text usually displayed ...