Computer Science, asked by palpriyanshu555, 8 months ago

create a link between two web pages and insert a image on first web page in html​

Answers

Answered by praveersinghchauhan
4

Answer:

To insert a link, use the <a> tag with the href attribute to indicate the address of the target page. Example: <a href="C:\Windows\lab\hi.htm"> .

In HTML <img> tag is use to insert image in HTML page.

It having src attribute to load the image from the URL with its extension.

<img src="./img/image.png"  />

plz mark as branlist and hope it helps

Similar questions