Computer Science, asked by priyahari2485, 2 days ago

. Write the HTML program to create a link in Web document​

Answers

Answered by Stan7701
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