Computer Science, asked by shanayap8998, 11 months ago

____________tag is used to create a likn on web page.

Answers

Answered by Sumitmbbs
4
Anchor tag is used to create link in web page.
This tag is represented as
 < a > . This tag 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 lovingheart
0

Anchor tag is used to create hyperlink over the web page.  

Explanation:

<A> is the anchor tag and it is a paired-tag. This accepts an argument “href” which holds the link to which it should connect. Apart from “href” we can give any meaningful text between the open and closed tag, so that it will get displayed to the user and “href” will work behind the text and makes navigation possible when the user click the text.

For eg: <A href = www.yahoo.com”> click me </A>

Similar questions