Computer Science, asked by palpriyanshu555, 1 year ago

write a code of html to insert a link between two web pages and insert a image to first web page​

Answers

Answered by fuzailshaikh92
1

Answer:

To insert a link, use the <a> tag with the href attribute to indicate the address of the target page. Example: <a href="http://www.google.com"> . You can make a link to another page in your website simply by writing the file name: <a href="page2. html">

Explanation:

I think so this answer is correct,

Please make this answer Brainliest

Similar questions