propertydescriptionalinkcolorthe color of active


Property

Description

AlinkColor

The color of active links

BgColor

The background color of web page. This is set in the <BODY> tag. The following code sets the background color to white. document.bgColor = "#FFFFFF"

Cookie

Used to recognizes the value of a cookie

Domain

The domain name of document server

Embeds

An array having all the plugins in a document

FgColor

The text color attribute set in the <body> tag

FileCreatedDate

employ this value to illustrates when the loaded HTML file was created

fileModifiedDate

employ this value to illustrates the last change date of the HTML file currently loaded

lastModified

The date the file was changed last

Layers

An array containing all of the layers in a document

LinkColor

The color of HTML links in the document. It is denoted in the

<BODY> tag.

Title

The name of the current document as defined among the header

<TITLE> tags.

URL

The location of current document

VlinkColor

The color of visited links as denoted in the <BODY> tag

 

 

Document Object Methods

Method

Description

Clear

It is depreciated

Close

Closes an output stream which was used to create a document object

contextual

It can be utilized to indicate style of specific tags. The following example denoted that text in blockquotes is to be blue: document.contextual (document.tags.blockquote).color = "blue";

Multiple styles may be denoted in the contextual method to set the value of text in a <H3> tag that is underlined to the color blue, for instance. document.contextual(document.tags.H3, document.tags.U).color  = "blue";

elementFromPoint(x,  y)

Returns object at point x, y in the HTML document.

getSelection

Get the chosen text (if any is chosen)

 

Request for Solution File

Ask an Expert for Answer!!
PHP Web Programming: propertydescriptionalinkcolorthe color of active
Reference No:- TGS0416476

Expected delivery within 24 Hours