0
I want to add header and footer html files in my all other web pages using html. I don't want to convert my html file into php
How to add header and footer html file into other html pages by not converting my pages into php or other extension. How to do???
4 Answers
+ 1
There are a tags called <header> and <footer> I don't know if they are still in use but that will not convert your html to php you can insert php into HTML file or the inverse html into php file.
+ 1
use the header and footer
+ 1
use the header and footer
0
To insert php code in html file, you need to convert your into php file....i don't want that and i also don't want to write header , footer code again and again in my other html pages.