. Write the HTML program to create a link in Web document
Answers
Answered by
0
<a> and </a> tags are used to create a link
href attribute is used to assign an url to the link <a href=” ”>
eg:
<a href="Link address">Link</a>
Similar questions