195498/linking-to-a-specific-part-of-a-web-page
This is only possible if the website has declared anchors on the page. It is done by assigning a name or id to a tag, so look for any of those near where you want to link to.
The syntax would then be
<a href="page.html#anchor">text</a>
Hello Kartik, position: absolute and then top:50% and left:50% places the top edge ...READ MORE
Can HTML pages be printed with unique ...READ MORE
I have the following page, which contains ...READ MORE
I used Gradient to set the color ...READ MORE
Hi Jonathan, you can use click() method in ...READ MORE
To answer your doubt, the plain HTML ...READ MORE
self.name= window.location.pathname; window.location.replace("."); Script for pushstate and hashbang fallback: if(self.name){ ...READ MORE
We where redesigning our website and we ...READ MORE
Make a "jump link" with the following ...READ MORE
For example: HTML <div> <button>Submit</button> </div> CSS button { margin:auto; ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.