Is this possible?
You can use an iframe to include a HTML page.
<iframe src="secondpage.html"></iframe>
Or include it with JavaScript (Ajax)
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can use an iframe to include a HTML page.
<iframe src="secondpage.html"></iframe>
Or include it with JavaScript (Ajax)