Archive for the ‘Elements’ Category

The video element

Edited May 2014 to change deprecated autobuffer attribute to preload, warn against using autoplay and update browser support. The <video> element is new in HTML 5 and allows you to, get this, play a movie in your website! The data of this element is supposed to be video but it might also have audio or […]

The header element

Recently, we have seen a growing interest in HTML5 and its adoption by web professionals. Within the HTML5 specification we can see that there have been a significant number of new elements added, one of these the <header> element is what we’ll be covering in this post. We’ll talk about when to use it, when […]