In this tutorial you will learn about the HTML Image Links and its application with practical example.
An Image can be linked to another URL by just wrapping a hyperlink around the image. It makes your images “clickable” so that when a user clicks the image, it opens another URL.
Table Of Contents−
Example:
1 |
<a href="http://www.w3school.in"><img src="w3school-logo.jpg" alt="W3school.in" /></a> |