Reference | objects | arrays
Border characteristics of border markers
Complete indicates whether the browser has fully loaded a Boolean value of the image
Height height characteristic
Hspace hspace Characteristics
LOWSRC LOWSRC Characteristics
src src characteristics
Vspace vspace Characteristics
Width and width characteristic
Event handlers
Onload Image Loading
Onerror Load Error
Onabort canceled.
b.16 Images Array
It is a property of the Document object, a list of all the images in the documentation.
Property
Number of images in length document
b.17 Link
It is a property of the Document object, and a <a href=> tag within it.
Property
A string that begins with a hash number (#) that specifies an anchor point within the URL
Host name portion of the URL that includes the colon and port number
Hostname is the same as the host property except that the colon and port number are not included
href complete URL
The directory path portion of the pathname URL
Port URL: Ports section
Protocol URL type (http:, ftp:, Gopher: etc.)
Search a part of a URL that starts with a question mark that specifies the searching information
Target the window used to display the contents of the referenced document when the user clicks a link (target attribute)
Event handlers
Onclick Click