Sunday, June 4, 2017

Explain about HTML Links - Image as Link.

It is the most common to use images as links:

Example

<a href="default.asp">
  <img src="smiley.gif" alt="HTML tutorial" style="width:42px;height:42px;border:0;">
</a>