Computer Science, asked by daipayanadityapaul, 3 months ago

How can we link webpages in HTML?what are the types of linking​

Answers

Answered by kavyaveda
3

Answer:

Linking in HTML code is done with the anchor tag, the <A> tag. The letter "A" in the tag is then followed by an attribute. For a link to another web page, the "A" is followed by "HREF". To set a bookmark in the same page, the "A" is followed by "NAME", which you'll see how to do later.

Similar questions