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?

Extending Html5 Microdata Event Schema

Have been adding html5 microdata to my online resume, and read in http://www.schema.org/docs/extens… Read more Extending Html5 Microdata Event Schema

Element For A Card/card-container In Html5?

The specification for the article element says: The article element represents a component of a pa… Read more Element For A Card/card-container In Html5?

Defining Inner Section On Html5 Markup

A question about HTML5 markup. Which is correct? -OR- Solution 1: Leaving attributes (like lang … Read more Defining Inner Section On Html5 Markup

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?

What Is The Best Way To Semantically Structure A Faq?

I am wondering how I should structure a FAQ to keep the semantic meaning of the content. I think of… Read more What Is The Best Way To Semantically Structure A Faq?

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)?

How To Properly Use The Html Semantic Elements In A Blog?

I read a lot of information on w3schools. It defines as: The element defines a section in a docu… Read more How To Properly Use The Html Semantic Elements In A Blog?