Table of Content
The modern web
HTML5, CSS3 and the open web standard
W3C defines the standards.
There was HTML2, HTML4, HTML5. Will there be HTML6? Some prefer HTML to be a live standard and drop the version number.
HTML5 comes with quite a lot of new features.
- New tags for semantic web
- New input tags and attributes
- Canvas for drawings
- Offline cache
- Video & Audio
New tags oftem comes with new JavaScript API.
- Canvas API
- Geolocation
- Orientation
- Accelerometer
- Gyroscope
- Local Storages
- Camera
All the above are for information and related manipulation. CSS3, on the other hands, are in charged of the styling.
- Media Queries
- Color and gradients
- GPU accelerated transition
- Animation
Where to learn the open standards?
Where we can find information of open stardards?
- W3Schools? No, please.
- Mozilla Developer Network
- W3.org documentation
What’s next? We’re going to take a look at “What is PhoneGap”.