I was wondering if anyone has an actual list of the display types for each tag? Also I was wondering if so far this is right or not. table{display:table;} table td{display:table-cell;} table tr{display:table-row;} div,p{display:block;} img,a,span,u,em{display:inline;}
I checked w3 for their sample stylesheet, but not all tags were listed.