Quote:
Originally Posted by Black Ops
There is no wrong way to make money. If a page validates, it's good enough for me.
|
There is a wrong way to write html markup though.
I could write an entire website using <li> tags, and get it to look right in every browser, and get it to validate on w3c (code and css). However it wouldn't be the proper implementation of <li> tags.
Each HTML tag has a certain purpose. <table> tags were not designed for layout and structure.
/thread