Computer Science, asked by newarnitin98, 3 months ago

How to linking an image in htmL. Write the html code?​

Answers

Answered by abhishekking25
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 VISHALKUMARV22
5

<html>

<head></head>

<body>

<img src="image.jpg" alt="Image-file">

</body>

</html>

Similar questions