OZONE Asylum
Forums
Stupid Basic HTML
Is HTML deprecated??
This page's ID:
31122
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Tables are NOT the way to go because it's a lotta extra elements. That's a lotta extra elements that the browser has to load AND a lotta extra elements that the browser has to keep track of in the DOM (JavaScript) -- takes longer to load, and it takes more memory even after having loaded. DIVs ARE the way to go, but too many DIVs can sometimes be even worse than tables. So use DIVs, but be careful -- in general, try to do as much as you can with CSS, only adding extra HTML elements when necessary. But in answer to your specific question, only certain HTML features, such as the FONT tag and the BGCOLOR attribute, are deprecated -- [i]almost[/i] everything related to presentation, though some things (CELLSPACING, CELLPADDING) are still allowed. ---------------------- [url=http://www.ozoneasylum.com/30926][img]http://img19.imageshack.us/img19/268/cellu.gif[/img][/url][url=http://davidjcobb.deviantart.com/][img]http://img262.imageshack.us/img262/428/24464470.gif[/img][/url][url=http://getfirefox.com/][img]http://img515.imageshack.us/img515/6336/25338231.gif[/img][/url][img]http://img4.imageshack.us/img4/2163/end.gif[/img]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »