There are a lot of nifty tools and features included in the HTML5 specification. One thing I enjoyed learning is the new <canvas>
element. It allows you to draw directly on a web page using JavaScript!
Codecademy has a nice tutorial on how to use this element: Check it out here.