Showing posts with label Web Design. Show all posts
Showing posts with label Web Design. Show all posts

Thursday, August 7, 2008

Differences between 'div' and 'span' HTML elements explained

Both 'div' and 'span' elements let you apply css styles to elements in your HTML page. But they are not inter-changable. Here is a very good post that outlines the differences between the two and points out when to use which tag:

http://www.christopherjason.com/articles/difference-span-div-tags/

./M