Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to mark “this” up with proper HTML5 Re: How to mark “this” up with proper HTML5

#108162
Paulie_D
Member

Regarding the headers, the answer is yes but it starts to get really complex.

Technically, if you want to, you would give each section and article it’s own ‘header’ tag and put the h1 etc in there, and if you have an h1 and an h2 you can further wrap those is an hgroup.

At a certain point though it gets a little much to wrap everything just for the sake of it. It can make sense in a really complex website but most often it’s well enough to leave things alone.

A good reference is http://html5doctor.com/