Html Template To Use Same Header For Every Single Pages
Solution 2:
Quick and easy way would be to save that code as something like header.html and then inlcude it in all the other pages. Which can be done using jQuery or JavaScript, see this SO question for how.
Post a Comment for "Html Template To Use Same Header For Every Single Pages"