topical media & game development
basic-web-html-03-ch03-eg04.htm / htm
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Long Description</title>
</head>
<body>
<h1>Cheese Sales</h4>
<img src="basic-web-html-03-images-cheese.gif" width="300" height="250" /><br />
<a href="#imageDescription">D</a>
<p>On this part of the page might be some text that relates to the cheese chart above, but does not actually give you the figures that are in the graphic.</p>
<p>This can pose a problem because, while a screen reader might be able to read the text to someone who cannot see this web page, the screen reader cannot read the graph.</p>
<h4><a id="imageDescription" name="imageDescription">Footnotes</a></h4>
<p>
The graph depicts how many boxes of cheese (each containing 100 portions) were sold by the cheese wholesaler.<br />
Monday: 400 portions<br />
Tuesday: 600 portions<br />
Wednesday: 400 portions<br />
Thursday: 800 portions<br />
Friday: 800 portions<br />
</p>
</body>
</html>
(C) Æliens
20/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.