Tag Archives: Computer Track

PHP Header Includes: Style Question

I am just (obviously) pretty new to web development but I have got a decent computer track record including some college-level lisenced users. To make my website as speedy to maintain and updateable as you can I’m trying to utilize CSS to control as much as possible, and I’m likewise experimenting with applying server side includes to stop duplicating code. Specifically I’m implementing PHP’s include() function in adding a header. web coding which contains this navigation menu. Here’s where my question is supplied in. I realized that we could conceivably put all the normal opening HTML CODE junk (the doctype announcement, the html, scalp, title, meta, link to stylesheet, and opening shape tags) into my own included header file and have my page be an include statement on the top, the content with the page in the particular file, and a footer include at the end to take care on the /body and /html and also anything else at the end. Stylistically, is there nearly anything wrong with that is definitely it poor web development practice Is there an occasion I could come across problems later Or is that this better since I’m making the exact content more modular compared … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment