+ 3
how to make a hyperlink in html?
create an hyperlink which will jump in same page on some specific heading not in other page (can use id attribute for this?)
3 Respostas
+ 5
You use the following markup(replace the #section with the ID of the heading which you want to specify as the anchor value):
<a href="#section">LInk <a>
0
you should use anchor(google -> anchor html)