Horje

How to use an image as a link

An image as a link:
index.html
Example: HTML
 <a href="https://www.w3schools.com">
<img border="0" alt="W3Schools" src="logo_w3s.gif" width="100" height="100">
</a> 

Output should be:

How to use an image as a link




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin