Image
Tag: Alternate Text
•you can substitute text describing the image if the user cannot
view images.
•<img src="your image" alt="text about image" />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Pony Pony Pony</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
Here is my pony<p>
<img src="pony.gif" alt="This is a My
Little Pony" />
</p>
</body>
</html>