Computer Science, asked by smriti2103khushi, 26 days ago

how to link web pages in html when we have to get data also in the linked web pages​

Answers

Answered by AadyaAami
1

Answer:

To make page links in an HTML page, use the <a> and </a> tags, which are the tags used to define the links. The <a> tag indicates where the link starts and the </a> tag indicates where it ends. Whatever text gets added inside these tags, will work as a link. Add the URL for the link in the <a href=” ”>.

Similar questions