Skip to content Skip to sidebar Skip to footer
Showing posts with the label Semantic Markup

Proper Heading For A Table

A matter of semantics. If I have a HTML page that is basically one big table, what element do I use… Read more Proper Heading For A Table

Same Class Names For Different Sections

Im writing a markup for Corpora - A Business Theme And have divided it into main sections in this … Read more Same Class Names For Different Sections

Don't Use
For Address

Here is what the HTML5 spec says: The address element represents the contact information […] The … Read more Don't Use
For Address

Html5 Event Listing Semantics

Would it be correct to list each event as an on an event listing page (given that each event is a … Read more Html5 Event Listing Semantics

Label Tag Semantics

I've read this and I GENERALLY use spans or strongs to describe 'text-labels'. Is this … Read more Label Tag Semantics

What's The Best Way To Represent An Empty Th In Html5?

Say I have the given table: +------+------+------+ | Col1 | Col2 | Col3 | +------+---… Read more What's The Best Way To Represent An Empty Th In Html5?