image has a link in html or image as a anchor tag

<!DOCTYPE html>
<html>
<body>

<p>
An image that is a link:
<a href="https://technisias.blogspot.com/">
<img src="smiley.gif" alt="Technisia" width="42" height="42" border="0">
</a>
</p>

</body>
</html>

Output:
An image that is a link: Technisia

Comments

Popular posts from this blog

Introduction and Format of HTML

Headings In HTML

dfn tag in html