LIST

Book: Head First HTML5 Programming

Table of Contents 01. Getting to Know HTML5 02. Introducing JavaScript and the DOM 03. Events, Handlers and All that Jazz 04. JavaScript functions and Objects (05. Geolocation) 06. Talking to the web 07. Canvas 08. Video 09. Web Storage 10. Web Workers 01. Getting to Know HTML5 minimal html5 document: <**!**doctype html> <meta charset=“utf-8”> <linkrel="stylesheet"href=“name.css”> var name = “tekst”; var othername = 100; while(condition){…} if(condition){} else{} name = name + “”; // string concatination document....

December 9, 2014