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 -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -