Atributo ismap
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Elemento imagen</title>
</head>
<body>
<a href="#">
<img
src="logo.png"
alt="logo de archilatutoriales"
ismap
/>
</a>
</body>
</html>