Articles tagged: HTML DOM
Found 380 documents
- Web/API/HTMLMediaElement/autoplay The HTMLMediaElement.autoplay property reflects the autoplay HTML attribute, indicating whether ...
- Web/API/HTMLMediaElement/buffered The HTMLMediaElement.buffered read-only property returns a new TimeRanges object ...
- Web/API/HTMLMediaElement/canPlayType The HTMLMediaElement.canPlayType() method determines whether the specified media type can be ...
- Web/API/HTMLMediaElement/captureStream The captureStream() property of the HTMLMediaElement interface returns a MediaStream object ...
- Web/API/HTMLMediaElement/controller The HTMLMediaElement.controller property represents the media controller assigned to the element.
- Web/API/HTMLMediaElement/controls The HTMLMediaElement.controls property reflects the controls HTML attribute, which controls ...
- Web/API/HTMLMediaElement/controlsList The controlsLIst property of the HTMLMediaElement interface returns a DOMTokenList that helps ...
- Web/API/HTMLMediaElement/crossOrigin The HTMLMediaElement.crossOrigin property is the CORS setting for this image element. See CORS ...
- Web/API/HTMLMediaElement/currentSrc The HTMLMediaElement.currentSrc property contains the absolute URL of the chosen media ...
- Web/API/HTMLMediaElement/currentTime The HTMLMediaElement.currentTime property gives the current playback time in seconds. Setting ...
- Web/API/HTMLMediaElement/defaultMuted The HTMLMediaElement.defaultMuted property reflects the muted HTML attribute, which indicates ...
- Web/API/HTMLMediaElement/defaultPlaybackRate The HTMLMediaElement.defaultPlaybackRate property indicates the default playback rate for the media.
- Web/API/HTMLMediaElement/duration The HTMLMediaElement.duration property gives the length of the media in seconds, or zero if no ...
- Web/API/HTMLMediaElement/ended The HTMLMediaElement.ended indicates whether the media element has ended playback.
- Web/API/HTMLMediaElement/error The HTMLMediaElement.error is the MediaError object for the most recent error, or null if there ...
- Web/API/HTMLMediaElement/initialTime The HTMLMediaElement.initialTime is the initial playback position in seconds. This property is ...
- Web/API/HTMLMediaElement/loop The HTMLMediaElement.loop property reflects the loop HTML attribute, which controls whether the ...
- Web/API/HTMLMediaElement/mediaGroup The HTMLMediaElement.mediaGroup property reflects the mediagroup HTML attribute, which indicates ...
- Web/API/HTMLMediaElement/muted The HTMLMediaElement.muted indicates whether the media element muted.
- Web/API/HTMLMediaElement/networkState The HTMLMediaElement.networkState property indicates the current state of the fetching of media ...
- Web/API/HTMLMediaElement/onerror The onerror property of the HTMLMediaElement interface specifies an event listener function ...
- Web/API/HTMLMediaElement/paused The read-only HTMLMediaElement.paused property tells whether the media element is paused.
- Web/API/HTMLMediaElement/playbackRate The HTMLMediaElement.playbackRate property sets the rate at which the media is being played ...
- Web/API/HTMLMediaElement/readyState The HTMLMediaElement.readyState property indicates the readiness state of the media.
- Web/API/HTMLMediaElement/src The HTMLMediaElement.src property reflects the value of the HTML media element's src attribute, ...
- Web/API/HTMLMediaElement/srcObject The srcObject property of the HTMLMediaElement interface sets or returns the object which serves ...
- Web/API/HTMLMediaElement/volume The HTMLMediaElement.volume property sets the volume at which the media will be played.
- Web/API/HTMLMetaElement The HTMLMetaElement interface contains descriptive metadata about a document. It inherits all of ...
- Web/API/HTMLMeterElement The HTML meter elements expose the HTMLMeterElement interface, which provides special properties ...
- Web/API/HTMLModElement The HTMLModElement interface provides special properties (beyond the regular methods and ...
- Web/API/HTMLObjectElement The HTMLObjectElement interface provides special properties and methods (beyond those on the ...
- Web/API/HTMLObjectElement/typeMustMatch The HTMLObjectElement.typeMustMatch property is a Boolean reflects the typemustmatch attribute ...
- Web/API/HTMLOListElement The HTMLOListElement interface provides special properties (beyond those defined on the regular ...
- Web/API/HTMLOptGroupElement The HTMLOptGroupElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLOptionElement The HTMLOptionElement interface represents option elements and inherits all classes and methods ...
- Web/API/HTMLOptionElement/Option Constructor for creating an HTMLOptionElement.
- Web/API/HTMLOptionsCollection HTMLOptionsCollection is an interface representing a collection of HTML option elements (in ...
- Web/API/HTMLOutputElement The HTMLOutputElement interface provides properties and methods (beyond those inherited from ...
- Web/API/HTMLParagraphElement The HTMLParagraphElement interface provides special properties (beyond those of the regular ...
- Web/API/HTMLParamElement The HTMLParamElement interface provides special properties (beyond those of the regular ...
- Web/API/HTMLPictureElement The HTMLPictureElement interface represents a picture HTML element. It doesn't implement ...
- Web/API/HTMLPreElement The HTMLPreElement interface expose specific properties and methods (beyond those defined by ...
- Web/API/HTMLProgressElement The HTMLProgressElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLQuoteElement The HTMLQuoteElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLScriptElement HTML script elements expose the HTMLScriptElement interface, which provides special properties ...
- Web/API/HTMLSelectElement The HTMLSelectElement interface represents a select HTML Element. These elements also share all ...
- Web/API/HTMLSelectElement/add The HTMLSelectElement.add() method adds an element to the collection of option elements for this ...
- Web/API/HTMLSelectElement/checkValidity The HTMLSelectElement.checkValidity() method checks whether the element has any constraints and ...
- Web/API/HTMLSelectElement/disabled The HTMLSelectElement.disabled Is a Boolean that reflects the disabled HTML attribute, which ...
- Web/API/HTMLSelectElement/item The HTMLSelectElement.item() method returns the Element corresponding to the HTMLOptionElement ...
- Web/API/HTMLSelectElement/namedItem The HTMLSelectElement.namedItem() method returns the HTMLOptionElement corresponding to the ...
- Web/API/HTMLSelectElement/remove The HTMLSelectElement.remove() method removes the element at the specified index from the ...
- Web/API/HTMLSelectElement/selectedIndex The HTMLSelectElement.selectedIndex is a long that reflects the index of the first selected ...
- Web/API/HTMLSelectElement/selectedOptions The read-only HTMLSelectElement property selectedOptions contains a list of the option elements ...
- Web/API/HTMLSelectElement/setCustomValidity The HTMLSelectElement.setCustomValidity() method sets the custom validity message for the ...
- Web/API/HTMLSelectElement/type The HTMLSelectElement.type read-only property returns the form control's type. The possible ...
- Web/API/HTMLShadowElement The HTMLShadowElement interface represents a shadow HTML Element, which is used in Shadow DOM.
- Web/API/HTMLShadowElement/getDistributedNodes The HTMLShadowElement.getDistributedNodes() method returns a static NodeList of the distributed ...
- Web/API/HTMLSourceElement The HTMLSourceElement interface provides special properties (beyond the regular HTMLElement ...
- Web/API/HTMLSpanElement The HTMLSpanElement interface represents a span element and derives from the HTMLElement ...
- Web/API/HTMLStyleElement The HTMLStyleElement interface represents a style element. It inherits properties and methods ...
- Web/API/HTMLStyleElement/media The HTMLStyleElement.media property specifies the intended destination medium for style information.
- Web/API/HTMLStyleElement/scoped The HTMLStyleElement.scoped property is a Boolean value indicating if the element applies to the ...
- Web/API/HTMLStyleElement/type The HTMLStyleElement.type read-only property returns the type of the current style.
- Web/API/HTMLTableCaptionElement The HTMLTableCaptionElement interface special properties (beyond the regular HTMLElement ...
- Web/API/HTMLTableCellElement The HTMLTableCellElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLTableColElement The HTMLTableColElement interface provides special properties (beyond the HTMLElement interface ...
- Web/API/HTMLTableDataCellElement The HTMLTableDataCellElement interface provides special properties and methods (beyond the ...
- Web/API/HTMLTableElement The HTMLTableElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLTableElement/align The HTMLTableElement.align property represents the alignment of the table.
- Web/API/HTMLTableElement/bgColor The HTMLTableElement.bgcolor property represents the background color of the table.
- Web/API/HTMLTableElement/border The HTMLTableElement.border property represents the border width of the table element.
- Web/API/HTMLTableElement/caption The HTMLTableElement.caption property represents the table caption. If no caption element is ...
- Web/API/HTMLTableElement/cellPadding The HTMLTableElement.cellPadding property represents the padding around the individual cells of ...
- Web/API/HTMLTableElement/cellSpacing While you should instead use the CSS border-spacing property, the obsolete HTMLTableElement ...
- Web/API/HTMLTableElement/createCaption The HTMLTableElement.createCaption() method returns the caption for the table. If no caption ...
- Web/API/HTMLTableElement/createTFoot The HTMLTableElement.createTFoot() method returns the tfoot element associated with the table, ...
- Web/API/HTMLTableElement/createTHead The HTMLTableElement.createTHead() method returns the thead element association with the table, ...
- Web/API/HTMLTableElement/deleteCaption The HTMLTableElement.deleteCaption() method removes the caption from the table. If there is no ...
- Web/API/HTMLTableElement/deleteRow The HTMLTableElement.deleteRow() method removes a row from the table. If the number of rows to ...
- Web/API/HTMLTableElement/deleteTFoot The HTMLTableElement.deleteTFoot() method removes a tfoot element from the table.
- Web/API/HTMLTableElement/deleteTHead The HTMLTableElement.deleteTHead() removes a thead element from the table.
- Web/API/HTMLTableElement/frame The HTMLTableElement interface's frame property is a string that indicates which of the table's ...
- Web/API/HTMLTableElement/insertRow The HTMLTableElement.insertRow() method inserts a new row in the table and returns a reference ...
- Web/API/HTMLTableElement/rows The HTMLTableElement.rows read-only property returns a live HTMLCollection of all the rows in ...
- Web/API/HTMLTableElement/rules The HTMLTableElement.rules property represents which cell borders to render in the table.
- Web/API/HTMLTableElement/summary The HTMLTableElement.summary property represents the table description.
- Web/API/HTMLTableElement/tBodies The HTMLTableElement.tBodies read-only property returns a live HTMLCollection of the table bodies.
- Web/API/HTMLTableElement/tFoot The HTMLTableElement.tFoot property represents the table's tfoot element. Its value can be null ...
- Web/API/HTMLTableElement/tHead The HTMLTableElement.tHead represents the table's thead element. Its value can be null if there ...
- Web/API/HTMLTableElement/width Where width is a string representing the width in number of pixels or as a percentage value.
- Web/API/HTMLTableHeaderCellElement The HTMLTableHeaderCellElement interface provides special properties and methods (beyond the ...
- Web/API/HTMLTableRowElement The HTMLTableRowElement interface provides special properties and methods (beyond the ...
- Web/API/HTMLTableRowElement/insertCell The HTMLTableRowElement.insertCell() method inserts a new cell into a table row and returns a ...
- Web/API/HTMLTableRowElement/rowIndex The HTMLTableRowElement.rowIndex property represents the position of a row in relation to the ...
- Web/API/HTMLTableSectionElement The HTMLTableSectionElement interface provides special properties and methods (beyond the ...
- Web/API/HTMLTemplateElement The HTMLTemplateElement interface enables access to the contents of an HTML template element.
- Web/API/HTMLTemplateElement/content The HTMLTemplateElement.content property returns a template element's template contents (a ...
- Web/API/HTMLTextAreaElement The HTMLTextAreaElement interface provides special properties and methods for manipulating the ...
- Web/API/HTMLTimeElement The HTMLTimeElement interface provides special properties (beyond the regular HTMLElement ...