Is there a way to modify the content of a DIV element that does not have an ID or class? Here is a snippet of the code:
<div id=1>
<div id=2>
<div id=3>
<div id=4>
<div><span>div without id or class</span></div>
</div>
</div>
</div>
</div>