Mark Pilgrim kicked off a series of posts that keep track of the goings on in HTML 5, and has now created the first article in a new series: The Road to HTML 5 - Episode 1: the section element.
The Road to HTML 5 will go into detail on a particular feature of HTML 5 rather than a broad look on waht has happened that week:
The element of the day is the element.
Related Submissions:
- Quick Tip: The HTML 5 Audio Element As of Firefox 3.5, Chrome 3, Opera 10.5, and Safari 4, we can take advantage of many of the new HTML 5 features, including native...
- Dynamic FAQ Section w/ jQuery, YQL & Google Docs In this tutorial, we are making a dynamic FAQ section. The script, with the help of jQuery & YQL, will pull the contents of a...
- 7 Common Mistakes When Using the HTML Heading Element The heading element is an important part of any HTML document but is misused in a lot of websites. When used correctly it adds semantic...
- Using document.createElement() to Test Element Support Checking whether the browser supports a particular HTML element can be tricky, such as the <canvas> element of HTML5. But a particular DOM method can...
- HTML 5 Reset Stylesheet We’ve had a number of people asking about templates, boilerplates and styling for HTML 5 so to give you all a helping hand and continue...