21 lines
675 B
HTML
21 lines
675 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Italy</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div align="center">
|
|
<img src="italy.gif" alt="" width="415" height="407" usemap="#Italy">
|
|
<map name="Italy">
|
|
<area shape="circle" coords="122,66,21" href="p2.html" target="_blank">
|
|
<area shape="poly" coords="266,342,281,335,285,339,286,344,271,363,279,380,271,393,251,391,245,382,228,379,204,362,191,361,185,351,188,345,194,339,203,344,212,337,223,344,239,343" href="p3.html" target="_blank">
|
|
<area shape="rect" coords="186,184,250,213" href="p1.html" target="_blank" alt="">
|
|
</map>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|