Link to a specific location on a page that I cannot edit

I want to create a URL for a specific paragraph on an existing web page. However, I am not in control of the website I want to bind to, so I cannot add any anchors to my HTML.

Is there a way to route the url to a specific HTML tag? View as JavaScript document.getElementsByTagName()[n]

.

thank

+3


source to share





All Articles