nestedElements.html (333B)
1 <!DOCTYPE html> 2 <a href="1.html">hello world</a> 3 <a href="1.html">hello world</a><a href="1.html">hello world</a> 4 <div name="div1"> 5 <a href="2.html" name="link1">hello world</a> 6 <a href="2.html" name="link2">hello world</a> 7 </div> 8 9 <a href="1.html">hello world</a><a href="1.html">hello world</a><a href="1.html">hello world</a>