homeUnix & Internet  Prof. Dr. Uwe Schmidt FH Wedel

Die Datei: Grafik8.html


weiter
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Bild mit aktiven Gebieten</title>
</head>
<body>
<p>
Eine aktives Bild mit client side image map:
</p>
<p>
<map name="galgen">
<area
shape="POLYGON"
coords="227,146,225,274,204,287,207,291,254,289,237,276,240,146"
href="blut.html"
alt="Hier flie&szlig;t das Blut"
>
<area
shape="RECT"
coords="316,73,390,123"
href="henker.html"
alt="Der Henker"
>
<area
shape="CIRCLE"
coords="202,102,37"
href="kopf.html"
alt="Der ist gleich ab!"
>
</map>
<img
src="gifs/galgen.transparent.gif"
alt="hier geht's jemandem an den Kragen"
border="0"
usemap="#galgen">
</p>
</body>
</html>

Letzte Änderung: 14.02.2012
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel