Introduction
This series of tutorials contains 19 Getting Started lessons that would help developers to master the basics of HTML5 in 12 hours! It can also be used as a quick HTML5 reference guide!
In order to build a fully functional cross platform mobile app or web site, you need to know the role of each one of languages used in the development process:
- HTML5: mainly used for the content
- CSS3: used for controlling the style and layout of HTML5 pages
- Java Script: used for the behavior, i.e. to add advanced functionality to HTML5 pages and interact with HTML5 elements
All these three languages interact with each other to form the final mobile app / web site.