Equivalent of include() in HTML

后端 未结 11 569
有刺的猬
有刺的猬 2020-11-29 06:40

I was wondering wether there is a way to include some html content inside another html using only html?

A replacement to PHP\'s



        
11条回答
  •  天命终不由人
    2020-11-29 07:00

    There's no such thing. You'd have to use a server-side scripting language or JavaScript to do something like this.

提交回复
热议问题