Image as a Link

<!DOCTYPE html>
<html>
<body>

<h2>Image as a Link</h2>
<p>The image is a link. You can click on it.</p>

<a href="destination_page">
  <img src="source_image">
</a>

</body>
</html>

No comments:

Post a Comment