Top Level (Example 10.9)-|-Previous Hierarchy Level-|-Return to Chapter Listing
Example 10.9:
The Object Hierarchy
The image Object
An image embedded into a document with the
tag. This is a new object, introduced with Netscape Navigator 3.0, beta 3. It has these properties.
- border: The
tagís BORDER attribute.
- complete: A boolean value which indicatesing whether the browser has completely loaded the image.
- height: The HEIGHT attribute.
- hspace : The HSPACE attribute.
- lowsrc: The LOWSRC attribute.
- src: The SRC attribute.
- vspace: The VSPACE attribute.
- width: The WIDTH attribute.
Top Level (Example 10.9)-|-Previous Hierarchy Level-|-Return to Chapter Listing