Computer Science, asked by shivam3007, 1 year ago

A link used to navigate or open other web pages on a website on internet is called:
i) Higherlink
ii) Hyperlink
iii) Heterolink
iv) None of above

Answers

Answered by stevesmith3
6
hyperlink is the correct option
Answered by siddhartharao77
5

A link used to navigate or open other web pages on a website on internet is called 'Hyperlink'.

Short notes on Hyperlink:

(i) Hyperlink is an attribute which is defined by anchor tag.It specifies the URL of the page the link goes to.

(ii) By placing the arrow on the hyperlink and clicking on it, the user will move instantly from one location to another location.

Example:

<html>

<head>

<title>Sample</title>

</head>

<body>

<a href="https://www.brainly.in">Brainly.in</a>

</body>

</html>


<!---- Hope it helps ---- >


FuturePoet: nice bhaiya!!
siddhartharao77: Thank you sis~!
Similar questions