How to Program - Creating the Boilerplate Files

When we are using HTML, CSS and JavaScript we normally start off with what are known as boilerplates. Boilerplates are simply the smallest possible code that will successfully run. I tend to use three boilerplates that are quite simple and should be fairly easily read if you understand the syntax of each language. After I introduce these boilerplates I will go through and explain each one line by line and explain what each part does. These boilerplates can be taken as is and are fairly common to start off working on documents of these types.

To be Continued...

Valid HTML 5 Valid CSS! Creative Commons License
This work is licensed under a Creative Commons License.
Privacy Policy