Showing posts with label HTML block elements. Show all posts
Showing posts with label HTML block elements. Show all posts

Friday, 21 March 2014

What is the difference between DIV and SPAN?

div is a block element, span is inline. This means that to use them semantically, divs should be used to wrap sections of a document, while spans should be used to wrap small portions of text, images, etc.