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

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

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

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

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?

Is There An Easy Way To Convert Html With Multiple
Tags Into Proper Surrounding

Tags In Javascript?

Let's say I have a bunch of HTML like below: bla bla bla long paragraph here bla bla bla more… Read more Is There An Easy Way To Convert Html With Multiple
Tags Into Proper Surrounding

Tags In Javascript?