Placement of HTML files

Placement of HTML files needs to be logical. For example it is a good idea to keep JavaScript files in one place, images in another one. It is a bad idea to mix these all together. HTML files also are responsible for specific types of web site functionality. It is a good idea to organize HTML files in folders which are responsible for this functionality.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator