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

Html5: Should Hreflang Always Point To A Direct Translation?

This is a good practice to place this kind of links in head for multilanguage sites: But, acco So… Read more Html5: Should Hreflang Always Point To A Direct Translation?

The Correct Approach To Markup "keywords" Of A Blog Post By Using Html5 And Microdata?

The keywords property from Schema.org, as it being in plural form suggests, seems to imply its valu… Read more The Correct Approach To Markup "keywords" Of A Blog Post By Using Html5 And Microdata?

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?

Header In Semantic Html5

I am designing a semantic mark-up of my HTML page. The page consists of a main content block and of… Read more Header In Semantic Html5

Escaping H Outline

So I’ve been trying to figure out what is the best way to add content after a being hooked to a low… Read more Escaping H Outline

Why Should I Not Use Deprecated Align='right' For Numbers On An Td (table Cell)?

I am referring to the usage a table for showing tabular data, eg: a spreadsheet, focusing on number… Read more Why Should I Not Use Deprecated Align='right' For Numbers On An Td (table Cell)?

Can I Style Numbering An Ordered List That Has A Start Attribute Value?

Here's the problem: I have an ol li ordered list with a start attribute like so: I get the fol… Read more Can I Style Numbering An Ordered List That Has A Start Attribute Value?

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

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

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

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

How To Semantically Code An Html Nested Table That Aligns (and Associates) With Its Parent Table's Headers

Edit: The selected answer contains a link to the working fiddle I was able to compose without the u… Read more How To Semantically Code An Html Nested Table That Aligns (and Associates) With Its Parent Table's Headers

Can't Style Html5 Elements In Ie (despite Shiv And Display:block)

I can't seem to work out what's missing. All the affected elements have display:block Exam… Read more Can't Style Html5 Elements In Ie (despite Shiv And Display:block)

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?

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

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

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

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