Computer Science, asked by babyyashi2008, 1 month ago

Vikram is creating a website in which he wants to insert an image as link. Can you suggest him the required tag to include the above said element in his website?
Class 8

Answers

Answered by priyashathb831
1

Answer:

To see all you need scroll right to left

Explanation:

Hope it helps you

Attachments:
Answered by bhalasingh1986
0

Answer:

Vikram must us the  ANCHOR TAG  and the IMAGE SRC tag to insert image links in his webpage.

SYNTAX

<a href =program2.html>
<img src=“Image.jpg” height=100 width=50>

</a>

Explanation:

Similar questions