207k views
1 vote
Which tag is used to link web pages to each other?

a. tag
b. tag
c. tag
d. < body> tag

User Phobis
by
6.1k points

1 Answer

7 votes
The <a> tag is the tag used to link web pages to each other.
<a> tag is the same as hyperlink, and the hyperlink is used to link from one page to another. The letter a stands for anchor, which describes the link between two pages. This tag is used for creating an a element- a hyperlink, which can be a link to another document , a link to text or images, or a link to another web page.
User Bradym
by
6.2k points