Divs seem to be more suited to use as layout elements, as opposed to tables which are defined to contain tabular data, but do div elements have any semantic meaning? I assume, based on their name, that they are meant to provide divisions in the page, or to divide up the content, but is this supposed to be at any specific level, or can a div be used to divide up any content?
With that in mind, is there any other semantic meaning to the div element, or is it purely a logical, and hence a layout and divider/grouping element?
Similarly, the span element would seem to be exactly like a div, but at the in-line level rather than at the block level. Span allows similar divisions in-line for for both formatting as well as logical divisions, however I can't seem to think of any logical divisions that the span element can provide. A single sentence, or word if not contained in a sentence, seems to be the smallest logical part. Is this the case? Does span have no other, or even any real, semantic significance and, like the div element, should span primarily be used for formatting?
