Head First HTML5 Programming Freeman Eric T.
Head First HTML5 Programming Freeman Eric T. HTML has been on a wild ride. Now we've got a language tuned for building web applications with Web storage, 2D drawing, offline support, sockets and…
Specifikacia Head First HTML5 Programming Freeman Eric T.
Head First HTML5 Programming Freeman Eric T.
HTML has been on a wild ride. Now we've got a language tuned for building web applications with Web storage, 2D drawing, offline support, sockets and threads, and more. Sure, HTML started as a mere markup language, but more recently HTML's put on some major muscle.
If all you know about are structure and presentation, you can create some great looking pages, but they're still just pages. And to speak this language you've got to go beyond HTML5 markup and into the world of the DOM, events, and JavaScript APIs.Now you probably already know all about HTML markup (otherwise known as structure) and you know all aboutCSS style (presentation), but what you've been missing is JavaScript (behavior). When you add behavior with JavaScript, you can create an interactive experience; even better, you can create full blown web applications.Head First HTML5