English, asked by littleflower812, 10 months ago

write html program - create a website in which each page is interlinked ​

Answers

Answered by icey97
0

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"> . Links can also be used to jump to other places on the same page.

Similar questions