I am trying to link to another page (that I cannot modify). The page, unfortunately, does not have unique names or IDs for each section. Instead, the section headers are simply inside an h2 tag.
For example:
<h2>Section A</h2>
<h2>Section B</h2>
<h2>Section C</h2>
<h2>Section D</h2>
<h2>Section E</h2>
<h2>Section F</h2>
<h2>Section G</h2>
<h2>Section H</h2>
<h2>Section I</h2>
<h2>Section J</h2>
Basically, I want to point my link so that it goes directly to "Section F". However, there are no anchors, so is this even possible to do?