Results 21 - 40 of 64

<base>

The HTML <base> element specifies the base URL to use for all relative URLs contained within a document. There can be only one <base> element in a document. 
Element HTML HTML document metadata Reference Web

<head>

The HTML <head> element provides general information (metadata) about the document, including its title and links to its scripts and style sheets.
Element HTML HTML document metadata Reference Web

<style>

The HTML <style> element contains style information for a document, or part of a document. By default, the style instructions written inside that element are expected to be CSS.
Element HTML HTML document metadata Reference Web

<title>

The HTML <title> element defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text, and any contained tags are ignored.
Element HTML HTML document metadata Reference Web

Document.activeElement

Returns the currently focused element, that is, the element that will get keystroke events if the user types any. This attribute is read only.
API Document HTML DOM NeedsMarkupWork Property Reference Référence

Document.anchors

anchors returns a list of all of the anchors in the document.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork Property Reference Référence

Document.close()

The document.close() method finishes writing to a document, opened with document.open().
API Document HTML DOM Method NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

Document.cookie

Get and set the cookies associated with the current document. For a general library see this simple cookie framework.
API Document HTML DOM JS NeedsMarkupWork Reference storage Storage

Document.dir

The Document.dir property is a DOMString representing the directionality of the text of the document, whether left to right (default) or right to left. Possible values are 'rtl', right to left, and 'ltr', left to right.
API Document HTML DOM NeedsSpecTable Property Reference Référence

Document.embeds

embeds returns a list of the embedded OBJECTS within the current document.
API Document HTML DOM NeedsCompatTable NeedsContent NeedsExample NeedsMarkupWork NeedsSpecTable Property

Document.forms

forms returns a collection (an HTMLCollection) of the <form> elements within the current document.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.fullscreen

The Document.fullscreen read-only property reports whether or not the document is currently displaying content in fullscreen mode.
API Document Fullscreen API Property Read-only Reference

Document.fullscreenElement

The Document.fullscreenElement read-only property returns the Element that is currently being presented in full-screen mode in this document, or null if full-screen mode is not currently in use.
API Document Fullscreen API Property Read-only Reference

Document.fullscreenEnabled

The Document.fullscreenEnabled read-only property returns a Boolean that reports whether or not full-screen mode is available. Full screen mode is available only for a page that has no windowed plug-ins in any of its documents, and if all <iframe> elements which contain the document have their allowfullscreen attribute set.
API Document Fullscreen API Property Read-only Reference