How to linking an image in htmL. Write the html code?
Answers
Answered by
2
Answer:
Use the <a> element to define a link.
Use the href attribute to define the link address.
Use the target attribute to define where to open the linked document.
Use the <img> element (inside <a> ) to use an image as a link.
Explanation:
THIS IS YOUR ANSWER MATE...
I THINK IT IS HELPFULL TO YOU....
MARK ME AS BRAINLIST...
AND PLEASE FOLLOW ME...
AND THANK MY ANSWER.......
Answered by
5
<html>
<head></head>
<body>
<img src="image.jpg" alt="Image-file">
</body>
</html>
Similar questions