create a web page to link an external page of different web sites,email id and change colors of links in using html.
ashubansal1478227:
hello
Answers
Answered by
4
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