HTML5 Crash Course by Robin Dixon
If you keep up-to-date with the web design and the development world, you have probably heard of HTML5. Some of you have probably started working with it, and some of you probably know that you should start. Others might be complete beginners. Regardless of your experience level, the HTML5 Crash Course by Robin Dixon can help you get up and running in about 20 hours.
The book starts with plain old hypertext transfer protocol (HTTP) and HTML basics for the absolute beginner, or for someone who would like a fast refresher. I appreciated the list of all HTML tags; it’s a great reminder for tags I use less often. Cascading style sheets (CSS) and Javascript are mentioned, but are not the focus of this guide, so if you need more information on those topics, you’ll want to find additional resources.
An exciting, yet complex HTML5 tag is the canvas tag, which lets you display graphics, and code them so the user can manipulate. The book describes basic usage of this element. For more complex usage, you’ll want to find additional Javascript-oriented resources.
Geolocation is also covered. This tag can be used to create maps that are local to your site or applications user, and to find the location of nearby friends, or WiFi access points.
Form handling has improved in HTML5, so you can code your forms to be more interactive and user-friendly.
Audio and video handling have been enhanced, so when you use HTML5, you won’t need to embed another player, such as Flash. It sounds different browsers may be implementing these tags differently, so be aware of that if you use these tags.









