Showing posts with label section. Show all posts
Showing posts with label section. Show all posts

Friday, January 17, 2014

Using Section Elements With Accordions

HTML5 has a new section element. This is a generic grouping element, used to divide the page into sections. For instance, you might have three of these on a page, each with a header tag as the first section element. In other words, sections are essentially divs that just read better in the HTML. Who doesn't want more semantic meaning in their markup?