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

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

Adding A Toolbar To A Table Following Html Semantics

I have a basic HTML table like so: Solution 1: IMHO, since the … Read more Adding A Toolbar To A Table Following Html Semantics

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

Right Usage Of The
Tag In Html5

I have read that the tag is the header of a section. It could be used more then 1 time in the docu… Read more Right Usage Of The
Tag In Html5

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

Is There A Proper Way To Make Responsive Text?

I've oftentimes had designers give me responsive designs where the wording of an element change… Read more Is There A Proper Way To Make Responsive Text?

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?

Html-tag To Annotate The Origin Of A Section?

Google don't like it when you use same content across multiple sites, according to some. Is the… Read more Html-tag To Annotate The Origin Of A Section?