I want to direct my readers to a particular place in a third-party HTML
webpage. The paragraph of interest looks like this:
<div>
<h1>qwerty</h1>
<p>blah blah</p>
</div>
Like you can see, none of the elements have id
s (so this http://webpage/#id
wouldn't work). However, the word within the <h1>
tag is unique and cannot be found anywhere else in the document. Is there a way to provide a link that will take users directly to that spot on the webpage?
qwerty
` when URL is `http://webpage/#qwerty`? – Mohammad Jun 29 '16 at 20:36