Horje

How to add a hyperlink to an image

See The Example

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>Add a hyperlink to an image</h1>

<p><a href="https://horje.com">
<img src="https://horje.com/avatar.png" alt="Horje.com" width="100" height="132">
</a></p>

</body>
</html>

Output should be:

How to add a hyperlink to an image




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