Include one HTML file in another HTML file using server side include

后端 未结 6 1932
Happy的楠姐
Happy的楠姐 2020-12-07 02:47

How can I include an HTML file in another HTML file. Is there any simple way to do that?

Thanks

6条回答
  •  我在风中等你
    2020-12-07 03:30

    Are you serving the HTML files from a web server like IIS or Apache? Both support server-side includes:

    
    

    A page at the WWW FAQs explains.

提交回复
热议问题