I’m trying to write a post with form fill tutorial. There are a lot of sources, but source pages doesn’t provide anchors on pages.
So my question is , how to make links to concrete paragraphs of text on html pages?
Is it possible at all?
Are there any JavaScript tricks in the url to achieve that?
edit:
I need to make link to particular paragraph on external source. For example to paragraph beginning with words “The Navy traces its origins to the” on this Wikipedia’s page
You can only link to named anchors or elements with ids. If the target page has neither you are out of luck.