HTML5
Content & Structure
HTML is used to create the content structure for the web application. New features in HTML5 include new <input>
types, form validation support, media tags like <audio>
and <video>
, and more semantic HTML elements.
CSS3
Style
CSS provides the visual presentation, letting you control the basic layout of content. CSS can do more than just format content though; you can use the power of CSS to animate elements, create precise gradients to avoid having to unnecessarily use images, and create media queries which let you adjust the appearance of your content based on the type of device it's being viewed on.
JavaScript
Dynamic Interaction
JavaScript provides the level of dynamism and user interaction for the web app. JavaScript lets you listen for and respond to user interactions, load content dynamically, and get access to device-specific features, like the Camera API and Geolocation API.
HTML6
The Latest
This is so cool.