enable us to jump to another page or to a part of the same page
Answers
Answered by
5
Answer:
HYPERLINK
Explanation:
This Question Looks like for a Webpage / WebSite
Where by clicking at some links we can jump to Another page or at some position in the same page.
That link is Called HYPERLINK
HYPERLINK
enable us to jump to another page or to a part of the same page
Hypertext is text with hyperlinks.
The text that is linked from is called anchor text
Procedure to add Hyperlink :
Specify the target in the <a href=" ">. ( Target is the new page or new position in same page where user will reach after clicking)
Then add the text that should work as a link. ( Clickable Text/Link)
Finally add an </a> tag to indicate where the link ends.
Similar questions