-2

Can I include an HTML page into another HTML page like in php (include ("some.php");) but if I don't have server?

Arsen Tatraev
  • 470
  • 1
  • 4
  • 16

1 Answers1

-1

The only way to accomplish what you're looking for is with an <iframe>, which will show another page inside the page that has the iframe.

scuba_mike
  • 360
  • 3
  • 12