Semantic

Writing semantic tables, thead, tbody and tfoot

Tables are great! Honestly! Try to display tabular data in divs, and you’ll see. So tables are good when you need to display, em, tables.
But if we certainly all know the <table><tr><td></td></tr></table> there are a few more tags you should use when working with tables

Under-used markup

Semantic in web development in often resumed as using the right markup for the right content. Their is of course a bit more behind it but it’s a decent start.
Today I’ll like to dig from the markup reference some tags that you won’t see very often, but could be used to make your code more [...]

Block elements, inline elements

Most of elements in html can be divided in to categories: inline and block. For exemple a <div> tag is a block element and a <a> tag is an inline element.
If you don’t see the difference between the <a> and <div> tags in terms of nature you need to read the follow. Understanding the differences [...]

Lets talk about semantic markup

If you are a Web Designer or Developer you must have once heard about semantic. Even if you haven’t done it on purpose you might have also followed some semantic rules during your work without knowing it.
To be honest semantic is an other buzzword we use today to sale something as old as html.
The shorter [...]

Theme Forest ad
Wordpress Themes Collection ad
Woothemes

Poll

How do you start your WordPress plugins development projects?

View Results

Loading ... Loading ...