Results 301 - 320 of 360

Document.domain

Gets/sets the domain portion of the origin of the current document, as used by the same origin policy.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable NeedsUpdate Property Reference Référence

Document.height

Returns the height of the document object. In most cases, this is equal to the <body> element of the current document.
API Document HTML DOM NeedsBrowserAgnosticism NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.URL

The URL read-only property of the Document interface returns the document location as a string.
API Document HTML DOM NeedsBrowserCompatibility NeedsExample NeedsMarkupTable NeedsSpecTable Property Reference Référence

HTMLElement.isContentEditable

The HTMLElement.isContentEditable read-only property returns a Boolean that is true if the contents of the element are editable; otherwise it returns false.
API Editing HTML DOM HTMLElement NeedsExample Property Read-only Reference Référence

HTMLElement.style

The HTMLElement.style property returns a CSSStyleDeclaration object that represents only the element's inline style attribute, ignoring any applied style rules.  See the CSS Properties Reference for a list of the CSS properties accessible via style.
API HTML DOM HTMLElement NeedsBrowserAgnosticism NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.length

The HTMLFormElement.length read-only property returns the number of controls in the <form> element.
API HTML DOM HTMLFormElement NeedsCompatTable NeedsSpecTable Property Read-only Reference Référence