Computer Science, asked by Farzu16, 1 year ago

Linking to different parts of the same webpage in HTML?

Answers

Answered by hasnathgenius
0
yes linking to same web page is samw

Farzu16: I was asking how to create a link on a webpage which takes you to a different part of the same webpage.
Answered by Anonymous
2

This first tag is almost the same as any other HTML tag you would use to create a link to another page. However, to create a bookmark (anchor), you must start the link with a # (pound symbol,) which represents a name statement, used in the next tag. When the user clicks on the "Top" link, the computer would then go to the name tag, if found on the same page of the link.

id="top"


Farzu16: Thanks!
Anonymous: Welcome :*
Similar questions