Test of Image Elements


<img /> with .png

The following is an image of the Mandelbrot Set with no border. It uses the deprecated "align" attribute to place it at the right of the page. Note that "border", "width" "height", "hspace", and "vspace", used here, are also deprecated.

Mandelbrot Set. Head of Mandelbrot Set Body Top of Mandelbrot Set Body Bottom of Mandelbrot Set

Click on a region of the image to test the client-side image mapping and to see a magnification of that area of the Mandelbrot Set.

<object></object> with Fallback

Below is an image of a magnified section of the Mandelbrot Set at (-1.20148, -1.11398, 0.2496, 0.33398). This image uses the same client-side image map as the image above. Deprecated attributes are used for testing purposes.

The <object> element is used for embedding the image, with nested <object> elements to provide a fallback mechanism. The Fallback occurs as follows:

Images created using Chaos Pro 2.0 by Martin Pfingstl, mpfingstl@lhsystemas.de.

<param />

The last <object> element above has an unecessary <param> element to illustrate <param> usage and to test DTD validation.