回答編集履歴
1
alt属性値修正
answer
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
```HTML
|
2
2
|
<map name="primary">
|
3
3
|
<area shape="circle" coords="75,75,75" alt="f" data-src="https://placehold.jp/350x150.png?text=f" />
|
4
|
-
<area shape="circle" coords="275,75,75" alt="
|
4
|
+
<area shape="circle" coords="275,75,75" alt="i" data-src="https://placehold.jp/350x150.png?text=i" />
|
5
5
|
</map>
|
6
6
|
<img usemap="#primary" src="https://placehold.jp/350x150.png?text=f" alt="350x150" />
|
7
7
|
```
|