質問編集履歴
1
コードの追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,3 +7,43 @@
|
|
7
7
|
HTML Imagemap Generatorでイラストのリンク範囲は取得しましたが、その情報をどこに入力すればよいのかわからないです。稚拙な質問で申し訳ございませんが、ご回答宜しくお願い致します。
|
8
8
|
|
9
9
|
![イメージ説明](be999048fc75b43ca4fe2921cb960162.jpeg)
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
```HTML
|
14
|
+
|
15
|
+
<img src="gofukumap.png" usemap="#ImageMap" alt="" />
|
16
|
+
|
17
|
+
<map name="ImageMap">
|
18
|
+
|
19
|
+
<area shape="poly" coords="491,0,382,279,762,413,896,92,648,7,629,2" href="#" alt="" />
|
20
|
+
|
21
|
+
<area shape="poly" coords="359,306,170,799,540,927,761,434,761,434" href="#" alt="" />
|
22
|
+
|
23
|
+
<area shape="poly" coords="193,844,348,1314,543,943,543,943" href="#" alt="" />
|
24
|
+
|
25
|
+
<area shape="poly" coords="970,74,938,162,1764,426,1791,329,1791,329" href="#" alt="" />
|
26
|
+
|
27
|
+
<area shape="poly" coords="909,198,821,414,1082,508,1189,274,1189,274" href="#" alt="" />
|
28
|
+
|
29
|
+
<area shape="poly" coords="802,447,696,678,958,769,1074,529,1074,529" href="#" alt="" />
|
30
|
+
|
31
|
+
<area shape="poly" coords="683,705,587,926,850,1023,957,791,957,790" href="#" alt="" />
|
32
|
+
|
33
|
+
<area shape="poly" coords="569,954,434,1297,420,1302,481,1307,1341,1195,1341,1195" href="#" alt="" />
|
34
|
+
|
35
|
+
<area shape="poly" coords="1208,282,1118,506,1373,587,1480,368,1480,368" href="#" alt="" />
|
36
|
+
|
37
|
+
<area shape="poly" coords="1130,562,1031,789,1261,868,1372,642,1404,639" href="#" alt="" />
|
38
|
+
|
39
|
+
<area shape="poly" coords="1005,808,909,1035,1154,1123,1251,883,1261,875" href="#" alt="" />
|
40
|
+
|
41
|
+
<area shape="poly" coords="1502,376,1414,598,1690,682,1805,467,1808,464" href="#" alt="" />
|
42
|
+
|
43
|
+
<area shape="poly" coords="1401,650,1306,874,1573,962,1679,736,1679,736" href="#" alt="" />
|
44
|
+
|
45
|
+
<area shape="poly" coords="1283,896,1202,1122,1458,1227,1562,982,1562,982" href="#" alt="" />
|
46
|
+
|
47
|
+
</map>
|
48
|
+
|
49
|
+
```
|