Computer Science, asked by snigdha79, 1 year ago

how to do linking in html

Answers

Answered by cutieeee10101
2
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"> . Linkscan also be used to jump to other places on the same page.
Similar questions