ハイパーリンクをイメージにのみ適用するが、リンクの終了方法はわからない。HTML5ハイパーリンクの終了リンク
ハイパーリンクの下にヘッダーと他のテキストブロックをリンクし続けます。私は何が間違っているのか分かりません。ハイパーリンクをイメージだけに分離するにはどうすればよいですか? - 文字(すなわち>
)以上で仕上げ、それを
`<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"
<title>Example Document</title>
</head>
<body>
<h1>This is Craig's Favorite Dog.</h1>
<p>Click on image for more information.
<article>
<dd><a href="https://en.wikipedia.org/wiki/Newfoundland_(dog)">
<img src="https://media.mnn.com/assets/images/2016/04/newfoundland- dog.jpg" height="240" width="360"
</a></dd>
</article>
</p>
</body>
<br>
<br>
<h2>This is the fart of the dog<h2>
<audio controls>
<source src="fart.mp3" type="audio/mpeg">
<source src="fart.ogg" type="audio/ogg">
Your browser does not support the audio element.
</audio>
</html>`
を適用360 "。交換する code with this : – Jehoshuah