Gday Guys,
I have always taken pride in my HTML code, ensuring the markup is correct, cross browser, semanticly correct. etc...
So to my question, can I use a ul, with li's for layout. (now obviously I can but would this be correct), for example we have a layout wich comprises of a header, column left, middle column, column right and footer. Now in terms of layout I guess semantily I should not be doing it, but in terms of data, these columns are seperated for a reason (presentation aside) .Header is reseved for user navigation and company info (banner, logout, myaccount, etc...) column left is for site navigation, middle for the data related to the page (eg about us), and right is related to news regarding the page (about us -> we moved location)
Now currently, divs do these nicely, but I guess so could a ul, or even go as far as dl
Throw your 2 cents in guys, ill award points to any point/argument I find valid.
Cheers
Start Free Trial