C cool_clearwater New member Aug 17, 2009 #1 Yes bookmarking hyperlinks can only point to a page bookmarks can point to different parts of a page
S sammyboywonder New member Aug 17, 2009 #2 for example like they have in FAQs. is it called bookmarking? in html, what is it called when you link to a different part of the page using #
for example like they have in FAQs. is it called bookmarking? in html, what is it called when you link to a different part of the page using #
C Chris G New member Aug 17, 2009 #3 It's called an anchor, not a bookmark. Thus the <a> tag / element.
M Magic Matt Guest Aug 17, 2009 #4 The technical name is anchoring. the "<a ...>" tag stands for anchor. An anchor can link to another page or the same page. The actual "anchor" is the spot that you would jump to, and the clickable part is just the link to that anchor.
The technical name is anchoring. the "<a ...>" tag stands for anchor. An anchor can link to another page or the same page. The actual "anchor" is the spot that you would jump to, and the clickable part is just the link to that anchor.