Linking to a specific part of a web page

0 votes
How do I make a link to a section of a long webpage on another website that I don't own?

I thought you might be able to use a variation of the #partofpage at the end of my link. Any recommendations?
Aug 4, 2022 in HTML by Abhinaya
• 1,160 points
329 views

1 answer to this question.

0 votes

Make a "jump link" with the following formatting:

http://www.somesite.com/somepage#anchor

Where anchor is the id of the element on that page to which you want to link. To find the id of the element you want to link to, use browser development tools or view the source.

You can't do it if the element lacks an id and you don't own the site.

answered Aug 4, 2022 by Deepak
• 980 points

Related Questions In HTML

0 votes
1 answer

How to align a <div> to the middle (horizontally/width) of the page?

Hello Kartik, position: absolute and then top:50% and left:50% places the top edge ...READ MORE

answered Apr 23, 2020 in HTML by Niroj
• 82,880 points
589 views
0 votes
0 answers

How to use HTML to print header and footer on every printed page of a document?

Can HTML pages be printed with unique ...READ MORE

Jul 12, 2022 in HTML by Ashwini
• 5,430 points
3,203 views
0 votes
0 answers

CSS to make HTML page footer stay at bottom of the page with a minimum height, but not overlap the page

I have the following page, which contains ...READ MORE

Jul 19, 2022 in HTML by Tejashwini
• 3,820 points
810 views
0 votes
0 answers

How to GET background color of a particular portion on the html page

I used Gradient to set the color ...READ MORE

Jul 26, 2022 in HTML by Ashwini
• 5,430 points
1,095 views
0 votes
1 answer

How to click on a hyperlink using Selenium WebDriver?

Hi Jonathan, you can use click() method in ...READ MORE

answered May 29, 2019 in Selenium by Abha
• 28,140 points
7,044 views
0 votes
1 answer

How to create an HTML button that acts like a link

To answer your doubt, the plain HTML ...READ MORE

answered Feb 17, 2022 in Others by Aditya
• 7,680 points
3,251 views
0 votes
1 answer

HTML5 pushstate and SEO link

self.name= window.location.pathname; window.location.replace("."); Script for pushstate and hashbang fallback: if(self.name){ ...READ MORE

answered Feb 20, 2022 in Others by narikkadan
• 63,420 points
769 views
0 votes
0 answers

Are links without anchor text bad for seo?

We where redesigning our website and we ...READ MORE

Mar 12, 2022 in Digital Marketing by Kichu
• 19,050 points
358 views
0 votes
1 answer

Linking to a specific part of a web page

This is only possible if the website ...READ MORE

answered Aug 4, 2022 in HTML by Deepak
• 980 points
293 views
0 votes
1 answer

trying to align html button at the center of the my page

For example: HTML <div> <button>Submit</button> </div> CSS button { margin:auto; ...READ MORE

answered Aug 4, 2022 in HTML by Deepak
• 980 points
314 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP