Parent Directory
|
Revision Log
New tests
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <title>Client-side Image Map</title> |
| 5 | </head> |
| 6 | <body> |
| 7 | |
| 8 | <p><img src="../../../../support/1.png" usemap="#map1" alt="map1 image"> |
| 9 | <!-- 141 x 62 --> |
| 10 | <map id="Map1" name="Map1"> |
| 11 | <area href="/" shape="rect" coords="0,0,50,60" title="Link 1"> |
| 12 | <area href="/news" shape="rect" coords="50,0,100,60" title="Link 2"> |
| 13 | </map></p> |
| 14 | |
| 15 | </body> |
| 16 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |