<!DOCTTYPE html>If the file "Hello_b.html" and the picture "Hello World" are available in the same folder where your HTML file then whenever the picture is clicked the following is displayed:
<!--Example 1: Image as hyperlink.html -->
<html>
<head>
<title> Image as hyperlink example </title>
</head>
<body>
<h1> Example of Image as hyperlink</h1>
<a href="Hello_b.html">
<img src = "Hello world.png" width = "85" height = "100"
alt = "Advances in Quantum Computing Research" a>
</body>
</html>