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

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -