-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (25 loc) · 964 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (25 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!Doctype HTML>
<html lang="en">
<head>
<title>The Gingerbread Man</title>
<link rel="stylesheet" href="style.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="index.js"> </script>
</head>
<body>
<h1> Mrs' Brown's Kitchen </h1>
<figure>
<center>
<img border="0" src="pictures\kitchen.jpg" usemap="#kitchen" ismap="ISMAP">
<map name="kitchen">
<area shape=rect id="game" alt="Game" coords="553,270,621,377">
<area shape=rect id="story" alt="Story" coords="370,212,486,267">
<area shape=rect id="goPaint" alt="paint" coords="274,71,318,123">
<area shape=rect id="clock" alt="Clock" coords="480,18,538,79">
<area shape=rect id="field" alt="Field" coords="154,21,248,109">
<area shape=rect id="video" alt="Video" coords="21,68,100,124">
</map>
</figure>
</body>
<html>