vikram is creating a website in which he wants to use different images as links to the web pages.can you suggest him required tag to accomplish the task??
Answers
Answered by
3
Answer: use the <img> tag as well as the <a> tag.
Explanation: <img> tag is for using an image in a web page & <a> tag is for adding a link. an example to make it clear. <body>
</a> </body>
Similar questions