Reading: HTML5 for Web Designers
In my last post I told you I was going to work on my WordPress templates and CSS file to complete the setup of my dev environment. This will allow me to quickly demo what I learn. The co-requirement to me working on the templates and the CSS file is to read a couple of books I already have related to HTML5 and CSS3. The first book I’m starting with is HTML5 for Web Designers. This book is part of the A Book Apart series, and one of the great things about this series is that the books are concise and provide a great introduction to any web design or web development concept.
I think HTML5 for Web Designers by Jeremy Keith tells you what you need to know to get started with HTML5 and leaves the nice to know to the HTML5 spec. Keith provides a great overview of all the things that make HTML5 new and cool to use. Some of the things I highlighted and plan to demo to show that I have comprehended what I learned are:
- wrapping multiple elements in a single a element
- using the canvas element to draw on a page
- embedding audio and video files without using a plugin like Flash
- enhancing forms