teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

alt属性値修正

2018/11/22 00:39

投稿

x_x
x_x

スコア13749

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="t" data-src="https://placehold.jp/350x150.png?text=i" />
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
  ```