2.3 Graphics

2.3.1 Inline and Block Graphics

Body paragraphs can contain inline figures: Einstein's most famous equation., using the <img> tag. The <image> below is instead in a block of its own.

Rainbow Angel

In either case, the alt text to be used if the image cannot be displayed may either be in an @alt attribute, or in an <alt> element contained in the <image> or <img> element. The <image> can also include a <desc> element for mouseover text display.

2.3.2 Figures

Figures can include block images, like the one above. Here it is again, as a <fig> with a title this time:

 

Rainbow Angel

Figure 2-1 Angel

2.3.3 Image Maps

This image map links to other places in the spec, and to a Web site. The paw on the left has a rect that links to the References topic. The paw on the right has a poly that links to the New Elements topic. The nose has a circle that links to a Web site.

 

Figure 2-2 Tai Shan

Previous Topic:  2.2 Lists

Next Topic:  2.4 Tables

Parent Topic:  Chapter 2. uDoc Structures

Sibling Topics:

2.1 Grouping Elements

2.2 Lists

2.4 Tables

2.5 Tabs