-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDescription.php
20 lines (17 loc) · 901 Bytes
/
Description.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<body>
<br><center><b>CLICK ON PARTS OF THE BOAT: </b></center><br>
<center><img src="images/side-view.jpg" width="644" height="353" alt="Boat" usemap="#Boat"></center>
<center><map name="Boat">
<area shape="rect" coords="11,60,60,80" alt="deck" href="images/bowrail.jpg">
<area shape="rect" coords="287,0,393,21" alt="flying bridge" href="images/bridge.jpg">
<area shape="rect" coords="439,44,506,68" alt="cockpit" href="images/cockpit.jpg">
<area shape="rect" coords="527,92,573,114" alt="sole" href="images/sole.jpg">
<area shape="rect" coords="512,312,594,352" alt="swim platform" href="images/Swim.jpg">
<area shape="rect" coords="162,273,222,300" alt="cabin" href="images/cabin.jpg">
<area shape="rect" coords="2,224,72,265" alt="bow railing" href="images/bowrail.jpg">
</map></center>
<h3><center><a href="Home.php">Home</a></center></h3>
</body>
</html>