create a link between two web pages and insert a image on first web page in html
Answers
Answered by
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
English,
5 months ago
Hindi,
5 months ago
Social Sciences,
9 months ago
Political Science,
9 months ago
Science,
1 year ago