I'm looking to create a URL to a certain paragraph on an existing web page. However I don't manage the web site I want to link to, so I can't add any anchors in its HTML code.
Is there any way to direct a URL to a specific HTML tag?
Kind of like JavaScript's document.getElementsByTagName()[n]
.
Thanks