x
 
<!DOCTYPE html>
<html>
<body>
<h1>为图像添加超链接</h1>
<p><a href="https://www.w3school.com.cn">
<img src="/i/logo/w3logo.png" alt="W3School.com.cn" width="400" height="225">
</a></p>
</body>
</html>