Why you wouldn't say that date in this case is not paragraph? Paragraph in html is just block of text and this is block of text content isn't?
No, a div is a generic block of text. A paragraph is an actual paragraph.
We don't have 'date' element in html therefore we need to take more universal element which in first row for me is 'p'.. (universal element for text content)
The universal elements for text content are spans and divs. The paragraph element has a clear semantic meaning (a paragraph), so it's not universal. .. after that would be 'div' which is universal for any
content but I think using it to wrap text is nearly same misconception as using divs for lists.
Using divs for lists in incorrect, because the is an element specifically for lists. There is no element specifically for dates, so a div is span is appropriate for a date. ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
