I read somewhere that XHTML requires that tables only define tabular data and cannot be used for layouts. One of my friends told me essentially the same thing. Is this true? I've tried looking on the W3C website for answers, but so far I haven't found any.
In XHTML, can tables be used for layouts?private myspace
You should not use tables as XHTML layout elements, but if you use them as layout elements in XHTML 1, at least, the page will validate against the W3's XHTML validator.
http://www.w3.org/TR/WCAG10/#gl-structur...
In XHTML, can tables be used for layouts?myspace surveys myspace.com
XHTML or plain HTML, tables should only be used for tabular data. Learn CSS if you want to create layouts.
Take a look at:
http://www.stylegala.com/
http://www.cssdrive.com/
See how they _don't_ use tables for layout?
No comments:
Post a Comment