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

Semantically Marking Up Translations

I'm in the process of marking up an historical manuscript which has been translated from German… Read more Semantically Marking Up Translations

Unorthodox Use Of Html5 Nav Tag

I have made 'creative' use of the new html5 elements, sometimes pushing the intended bound… Read more Unorthodox Use Of Html5 Nav Tag

Wrapping Semantic Elements With Non-semantic Elements

I am wondering if can I wrap semantic elements with non-semantic elements for layout purposes. Do s… Read more Wrapping Semantic Elements With Non-semantic Elements

Using Microdata's 'itemprop' Attribute On Non-text Elements

I have a following piece of HTML with some Schema.org Microdata added: Lorem i Solution 1: Microda… Read more Using Microdata's 'itemprop' Attribute On Non-text Elements

Correct Semantic Use Of Css Properties

Since it is recommended not to use table elements for layout purposes (non-tabular data), because t… Read more Correct Semantic Use Of Css Properties

What Is The Benefit Of Tableless Design If You Need Clearing Blocks Everywhere?

I understand that the goal of moving towards tags from makes sense since it is more semantic. How… Read more What Is The Benefit Of Tableless Design If You Need Clearing Blocks Everywhere?