nav_iframe.html (363B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>A Document</title> 5 </head> 6 <body> 7 <h1 id="section1">Section 1</h1> 8 <p>This is the content of section 1.</p> 9 10 <h2 id="section2">Section 2</h2> 11 <p>This is the content of section 2.</p> 12 13 <p> 14 <a href="#section1">Go to Section 1</a> | 15 <a id="clickme" href="#section2">Go to Section 2</a> 16 </p> 17 </body> 18 </html>