Computer Science, asked by sarikakalra26, 6 months ago

Attribute which indicates destination of link in a hyperlink​

Answers

Answered by shauryadwivedi2006
4

Answer:

The most important attribute of the <a> element is the href attribute, which indicates the link's destination. The link text is the part that will be visible to the reader. Clicking on the link text, will send the reader to the specified URL address.

pls mark me brainlist

Answered by KajalBarad
0

'href attribute' indicates destination of link in a hyperlink.

The <a> tag defines a hyperlink, which is used to connect two pages.

In this case, the value of href specifies the link's destination. The value of rel indicates the type of link. This attribute accepts a list of link types separated by spaces. This attribute indicates that the link's destination is at the current location.

The 'href' attribute, which indicates the destination of the link, is the most important attribute of the <a> element.

In all browsers, links will appear as follows by default:

  • An unvisited link is highlighted in blue.
  • A visited link is highlighted in purple.
  • An active link is highlighted in red.7

∴ href attribute indicates destination of link in a hyperlink.

#SPJ2

Similar questions