loading a new html file

Koiuy

New Member
i am a beginner in html. i would like to do something like this,I am using the below code to create tabs, now i have the contents of the section in a different html file. Please tell me how to load that html file inside the section. \[code\]<html><head> <link rel="stylesheet" href="http://stackoverflow.com/questions/14066187/tabs.css"><body> <article class="tabs"> <section id="tab1"> <h2><a href="http://stackoverflow.com/questions/14066187/#tab1">NewRecord</a></h2> <p>This content appears on tab 1.</p> </section> </article></body></head></html>\[/code\]
 
Back
Top