Informative Image Example: Map 1
Accessibility Features of Example
altattribute of theimgelement provides the title of the image.- The same set of information as the information the image conveys is provided redundantly with text in the content.
Example

| State | Electoral Votes |
|---|---|
| Alaska | Bush |
| Alabama | Bush |
| Arizona | Bush |
| Arkansas | Bush |
| California | Gore |
| Colorado | Bush |
| Connecticut | Gore |
| Delaware | Gore |
| Florida | Too close to call |
| Georgia | Bush |
| Hawaii | Gore |
| Idaho | Bush |
| Illinois | Gore |
| Indiana | Bush |
| Iowa*recount state | Too close to call |
| Kansas | Bush |
| Kentucky | Bush |
| Louisiana | Bush |
| Maine | Gore |
| Massachusetts | Gore |
| Maryland | Gore |
| Michigan | Gore |
| Minnesota | Gore |
| Mississippi | Bush |
| Missouri | Bush |
| Montana | Bush |
| Nebraska | Bush |
| Nevada | Bush |
| New Hampshire | Bush |
| New Jersey | Gore |
| New Mexico*recount state | Too close to call |
| New York | Gore |
| North Carolina | Bush |
| North Dakota | Bush |
| Ohio | Bush |
| Oklahoma | Bush |
| Oregon | Too close to call |
| Pennsylvania | Gore |
| Rhode Island | Gore |
| South Carolina | Bush |
| South Dakota | Bush |
| Tennessee | Bush |
| Texas | Bush |
| Utah | Bush |
| Vermont | Gore |
| Virginia | Bush |
| Washington | Gore |
| Wisconsin*recount state | Too close to call |
| West Virginia | Bush |
| Wyoming | Bush |
Narrow margins in these states may make them subject to recounts
HTML Code
<p><img src="images/ex-map2.gif" alt="Map of united states showing which states electoral votes went to the republican candidate, the democratice candidate and are not known" /></p>
<table border="1" width="60%">
<caption>States Electoral Votes for President in 2000 Elections</caption>
<tbody>
<tr>
<th>State</th>
<th>Electoral Votes</th>
</tr>
<tr>
<td>Alaska</td>
<td>Bush</td>
</tr>
<tr>
<td>Alabama</td>
<td>Bush</td>
</tr>
<tr>
<td>Arizona</td>
<td>Bush</td>
</tr>
<tr>
<td>Arkansas</td>
<td>Bush</td>
</tr>
<tr>
<td>California</td>
<td>Gore</td>
</tr>
<tr>
<td>Colorado</td>
<td>Bush</td>
</tr>
<tr>
<td>Connecticut</td>
<td>Gore</td>
</tr>
<tr>
<td>Delaware</td>
<td>Gore</td>
</tr>
<tr>
<td>Florida</td>
<td>Too close to call</td>
</tr>
<tr>
<td>Georgia</td>
<td>Bush</td>
</tr>
<tr>
<td>Hawaii</td>
<td>Gore</td>
</tr>
<tr>
<td>Idaho</td>
<td>Bush</td>
</tr>
<tr>
<td>Illinois</td>
<td>Gore</td>
</tr>
<tr>
<td>Indiana</td>
<td>Bush</td>
</tr>
<tr>
<td>Iowa<a href="#recount">*<span class="hidden">recount state</span></a></td>
<td>Too close to call</td>
</tr>
<tr>
<td>Kansas</td>
<td>Bush</td>
</tr>
<tr>
<td>Kentucky</td>
<td>Bush</td>
</tr>
<tr>
<td>Louisiana</td>
<td>Bush</td>
</tr>
<tr>
<td>Maine</td>
<td>Gore</td>
</tr>
<tr>
<td>Massachusetts</td>
<td>Gore</td>
</tr>
<tr>
<td>Maryland</td>
<td>Gore</td>
</tr>
<tr>
<td>Michigan</td>
<td>Gore</td>
</tr>
<tr>
<td>Minnesota</td>
<td>Gore</td>
</tr>
<tr>
<td>Mississippi</td>
<td>Bush</td>
</tr>
<tr>
<td>Missouri</td>
<td>Bush</td>
</tr>
<tr>
<td>Montana</td>
<td>Bush</td>
</tr>
<tr>
<td>Nebraska</td>
<td>Bush</td>
</tr>
<tr>
<td>Nevada</td>
<td>Bush</td>
</tr>
<tr>
<td>New Hampshire</td>
<td>Bush</td>
</tr>
<tr>
<td>New Jersey</td>
<td>Gore</td>
</tr>
<tr>
<td>New Mexico<a href="#recount">*<span class="hidden">recount state</span></a></td>
<td>Too close to call</td>
</tr>
<tr>
<td>New York</td>
<td>Gore</td>
</tr>
<tr>
<td>North Carolina</td>
<td>Bush</td>
</tr>
<tr>
<td>North Dakota</td>
<td>Bush</td>
</tr>
<tr>
<td>Ohio</td>
<td>Bush</td>
</tr>
<tr>
<td>Oklahoma</td>
<td>Bush</td>
</tr>
<tr>
<td>Oregon</td>
<td>Too close to call</td>
</tr>
<tr>
<td>Pennsylvania</td>
<td>Gore</td>
</tr>
<tr>
<td>Rhode Island</td>
<td>Gore</td>
</tr>
<tr>
<td>South Carolina</td>
<td>Bush</td>
</tr>
<tr>
<td>South Dakota</td>
<td>Bush</td>
</tr>
<tr>
<td>Tennessee</td>
<td>Bush</td>
</tr>
<tr>
<td>Texas</td>
<td>Bush</td>
</tr>
<tr>
<td>Utah</td>
<td>Bush</td>
</tr>
<tr>
<td>Vermont</td>
<td>Gore</td>
</tr>
<tr>
<td>Virginia</td>
<td>Bush</td>
</tr>
<tr>
<td>Washington</td>
<td>Gore</td>
</tr>
<tr>
<td>Wisconsin<a href="#recount">*<span class="hidden">recount state</span></a></td>
<td>Too close to call</td>
</tr>
<tr>
<td>West Virginia</td>
<td>Bush</td>
</tr>
<tr>
<td>Wyoming</td>
<td>Bush</td>
</tr>
</tbody>
</table>
<p><a name="recount">Narrow margins in these states may make them subject to recounts</a></p>
<table border="1" width="60%">
<caption>States Electoral Votes for President in 2000 Elections</caption>
<tbody>
<tr>
<th>State</th>
<th>Electoral Votes</th>
</tr>
<tr>
<td>Alaska</td>
<td>Bush</td>
</tr>
<tr>
<td>Alabama</td>
<td>Bush</td>
</tr>
<tr>
<td>Arizona</td>
<td>Bush</td>
</tr>
<tr>
<td>Arkansas</td>
<td>Bush</td>
</tr>
<tr>
<td>California</td>
<td>Gore</td>
</tr>
<tr>
<td>Colorado</td>
<td>Bush</td>
</tr>
<tr>
<td>Connecticut</td>
<td>Gore</td>
</tr>
<tr>
<td>Delaware</td>
<td>Gore</td>
</tr>
<tr>
<td>Florida</td>
<td>Too close to call</td>
</tr>
<tr>
<td>Georgia</td>
<td>Bush</td>
</tr>
<tr>
<td>Hawaii</td>
<td>Gore</td>
</tr>
<tr>
<td>Idaho</td>
<td>Bush</td>
</tr>
<tr>
<td>Illinois</td>
<td>Gore</td>
</tr>
<tr>
<td>Indiana</td>
<td>Bush</td>
</tr>
<tr>
<td>Iowa<a href="#recount">*<span class="hidden">recount state</span></a></td>
<td>Too close to call</td>
</tr>
<tr>
<td>Kansas</td>
<td>Bush</td>
</tr>
<tr>
<td>Kentucky</td>
<td>Bush</td>
</tr>
<tr>
<td>Louisiana</td>
<td>Bush</td>
</tr>
<tr>
<td>Maine</td>
<td>Gore</td>
</tr>
<tr>
<td>Massachusetts</td>
<td>Gore</td>
</tr>
<tr>
<td>Maryland</td>
<td>Gore</td>
</tr>
<tr>
<td>Michigan</td>
<td>Gore</td>
</tr>
<tr>
<td>Minnesota</td>
<td>Gore</td>
</tr>
<tr>
<td>Mississippi</td>
<td>Bush</td>
</tr>
<tr>
<td>Missouri</td>
<td>Bush</td>
</tr>
<tr>
<td>Montana</td>
<td>Bush</td>
</tr>
<tr>
<td>Nebraska</td>
<td>Bush</td>
</tr>
<tr>
<td>Nevada</td>
<td>Bush</td>
</tr>
<tr>
<td>New Hampshire</td>
<td>Bush</td>
</tr>
<tr>
<td>New Jersey</td>
<td>Gore</td>
</tr>
<tr>
<td>New Mexico<a href="#recount">*<span class="hidden">recount state</span></a></td>
<td>Too close to call</td>
</tr>
<tr>
<td>New York</td>
<td>Gore</td>
</tr>
<tr>
<td>North Carolina</td>
<td>Bush</td>
</tr>
<tr>
<td>North Dakota</td>
<td>Bush</td>
</tr>
<tr>
<td>Ohio</td>
<td>Bush</td>
</tr>
<tr>
<td>Oklahoma</td>
<td>Bush</td>
</tr>
<tr>
<td>Oregon</td>
<td>Too close to call</td>
</tr>
<tr>
<td>Pennsylvania</td>
<td>Gore</td>
</tr>
<tr>
<td>Rhode Island</td>
<td>Gore</td>
</tr>
<tr>
<td>South Carolina</td>
<td>Bush</td>
</tr>
<tr>
<td>South Dakota</td>
<td>Bush</td>
</tr>
<tr>
<td>Tennessee</td>
<td>Bush</td>
</tr>
<tr>
<td>Texas</td>
<td>Bush</td>
</tr>
<tr>
<td>Utah</td>
<td>Bush</td>
</tr>
<tr>
<td>Vermont</td>
<td>Gore</td>
</tr>
<tr>
<td>Virginia</td>
<td>Bush</td>
</tr>
<tr>
<td>Washington</td>
<td>Gore</td>
</tr>
<tr>
<td>Wisconsin<a href="#recount">*<span class="hidden">recount state</span></a></td>
<td>Too close to call</td>
</tr>
<tr>
<td>West Virginia</td>
<td>Bush</td>
</tr>
<tr>
<td>Wyoming</td>
<td>Bush</td>
</tr>
</tbody>
</table>
<p><a name="recount">Narrow margins in these states may make them subject to recounts</a></p>
CSS Code
span.hidden {
position: absolute;
top: -20em;
left: -200em;
}
#content div.examplebox table {
width: 20em;
}
position: absolute;
top: -20em;
left: -200em;
}
#content div.examplebox table {
width: 20em;
}
