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
6
hyperlink is the correct option
Answered by
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!!
Similar questions