Topic: Is HTML deprecated?? (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
![]() I decided to finally get a book on css, I know it was about time. I knew css tableless design is the new way to go, but I was shocked when I read that HTML is deprecated, I'd like to know what other designers think about this, and is it true that css based designs load faster?? |
Paranoid (IV) Inmate From: Florida |
![]() HTML for presentation and layout is absolutely deprecated and has been for some time. |
Lunatic (VI) Inmate From: under the bed |
![]() I am curious exactly what you mean by the question. |
Obsessive-Compulsive (I) Inmate From: |
![]() Are <div> layouts the new way to go?. |
Paranoid (IV) Inmate From: Norway |
![]() <div> layout, table based layout : same crap different name. |
Maniac (V) Inmate From: there...no..there..... |
![]() quote:
|
Nervous Wreck (II) Inmate From: United States |
![]() 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. |
Paranoid (IV) Inmate From: cell 3736 |
![]() yes, nested boobies just aren't the same ... wait what? quote: |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() But remember, nala123, that tables are not inherently evil. Tables are still acceptable for tabular data. |
Obsessive-Compulsive (I) Inmate From: |
![]() Ty guys, I appreciate all your comments. |
Paranoid (IV) Inmate From: Johnstown, PA |
![]() And try not to forget the ever looming HTML5 that at some point in the distant future (maybe 10 years from now) will be the accepted way to make webpages (maybe). |
Paranoid (IV) Inmate From: Florida |
![]() Unless the W3C up and decides to let some other single person make a new spec ...again. |