Computer Science, asked by n200913, 6 days ago

How to link at least 2-3 web pages in HTML?

Answers

Answered by cocod1305
0

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=” ”>.

Explanation:

hope it's help you

Similar questions