Computer Science, asked by naveenpeter1960, 1 year ago

Which tag is used to link a webpage. ( Anchor Tag)

Answers

Answered by Sumitmbbs
12
Yes anchor tag is used for creating links in webpages .
It is used with href attribute to give destination of the link.
example of syntax of anchor tag
<a href="https://www.ShoppingMall.com"> ShoppingMall</a>
Answered by Sidyandex
6

Anchor tags are used to link the web pages during the website development using the HTML technology.

The anchor tags can be attached to a word or a phrase which helps the website admin to bring the readers down to a different section of the page.

You need to create a Unique URL in the same page itself in case if you are planning to use this tag.

Similar questions