How to include another HTML file in a HTML file?

Is this possible?

Comments

  • DavidMDavidM USA
    edited March 2014

    You can use an iframe to include a HTML page.

    <iframe src="secondpage.html"></iframe>

  • Or include it with JavaScript (Ajax)

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories