html - How to keep the styles of webpage the same -
html - How to keep the styles of webpage the same -
i want know if there way create form maintain styles of webpage, while changing content of content of page. ex: when submit question stackoverflow, keeps stylistic parts of page, i.e. header , sidebars, while changing title , bulk of page's content. if can server-side languange, such php, best or web-side languange, such javascript, best
you can css can devide page many files such putting header in page (header.html) , include in main page using php (include_once('header.html'))
html css
Comments
Post a Comment