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

后端 未结 6 1935
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:23

    You could use server side includes (ie. Apache SSI doc).

    Frames would be the only other way I can think of which would not require the usage of a programming language on either the server or client side.

提交回复
热议问题