Results 261 - 280 of 631

HTMLLabelElement.htmlFor

The HTMLLabelElement.htmlFor property reflects the value of the for content property. That means that this script-accessible property is used to set and read the value of the content property for, which is the ID of the label's associated control element.
Forms HTML DOM htmlFor HTMLLabelElement Reference

HTMLLegendElement

The HTMLLegendElement is an interface allowing to access properties of the <legend> elements. It inherits properties and methods from the HTMLElement interface.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLLIElement

The HTMLLIElement interface expose specific properties and methods (beyond those defined by regular HTMLElement interface it also has available to it by inheritance) for manipulating list elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLLinkElement

The HTMLLinkElement interface represents reference information for external resources and the relationship of those resources to a document and vice-versa. This object inherits all of the properties and methods of the HTMLElement interface.
API HTML DOM Interface Reference Référence

HTMLLinkElement.rel

The HTMLLinkElement.rel property reflects the rel attribute. It is a DOMString containing a space-separated list of link types indicating the relationship between the resource represented by the <link> element and the current document.
API HTML DOM HTMLLInkElement Property Reference Référence

HTMLMapElement

The HTMLMapElement interface provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of map elements.
API HTML DOM Interface Reference Référence

HTMLMediaElement.autoplay

The HTMLMediaElement.autoplay property reflects the autoplay HTML attribute, indicating whether playback should automatically begin as soon as enough media is available to do so without interruption.
API HTML DOM HTMLMediaElement Property Web

HTMLMediaElement.canPlayType()

The HTMLMediaElement.canPlayType() method determines whether the specified media type can be played back.
API HTML DOM HTMLMediaElement Method Web

HTMLMediaElement.controller

The HTMLMediaElement.controller property represents the media controller assigned to the element.
API HTML DOM HTMLMediaElement Property Web

HTMLMediaElement.controls

The HTMLMediaElement.controls property reflects the controls HTML attribute, which controls whether user interface controls for playing the media item will be displayed.
API HTML DOM HTMLMediaElement Property Web

HTMLMediaElement.crossOrigin

The HTMLMediaElement.crossOrigin property is the CORS setting for this image element. See CORS settings attributes for details.
API HTML DOM HTMLMediaElement Property Web

HTMLMediaElement.currentTime

The HTMLMediaElement.currentTime property gives the current playback time in seconds. Setting this value seeks the media to the new time.
API HTML DOM HTMLMediaElement Property Web

HTMLMediaElement.defaultMuted

The HTMLMediaElement.defaultMuted property reflects the muted HTML attribute, which indicates whether the media element's audio output should be muted by default. This property has no dynamic effect. To mute and unmute the audio output, use the muted property.
API HTML DOM HTMLMediaElement Property Web

HTMLMediaElement.defaultPlaybackRate

The HTMLMediaElement.defaultPlaybackRate property indicates the default playback rate for the media.
API HTML DOM HTMLMediaElement Property Web

HTMLMediaElement.duration

The HTMLMediaElement.duration property gives the length of the media in seconds, or zero if no media data is available.
API HTML DOM HTMLMediaElement Property Web

HTMLMediaElement.loop

The HTMLMediaElement.loop property reflects the loop HTML attribute, which controls whether the media element should start over when it reaches the end.
API HTML DOM HTMLMediaElement Property Web

HTMLMediaElement.mediaGroup

The HTMLMediaElement.mediaGroup property reflects the mediagroup HTML attribute, which indicates the name of the group of elements it belongs to. A group of media elements shares a common controller.
API HTML DOM HTMLMediaElement Property Web

HTMLMediaElement.muted

The HTMLMediaElement.muted indicates whether the media element muted.
API HTML DOM HTMLMediaElement Property Web

HTMLMediaElement.networkState

The HTMLMediaElement.networkState property indicates the current state of the fetching of media over the network.
API HTML DOM Property Read-only Web

HTMLMediaElement.paused

The read-only HTMLMediaElement.paused property tells whether the media element is paused.
API HTML DOM HTMLMediaElement Property Read-only