|
|
|
|
|
by olalonde
2286 days ago
|
|
> Not at least with HTML 4 and XHTML. HTML didn't harbour presentation information. It told the browser the structure of the document. I disagree. Unlike JSON which is truly presentation agnostic, the position of the HTML elements always did affect the layout and some designs were pretty much impossible to achieve without having to move HTML elements around. Despite the popular claim to the contrary, HTML was always part of the presentation layer. |
|
The results you see on CSS Zen Garden show that this is not true at all. It was hard, but not impossible then and nowadays grid layout and CSS3 fixed a lot of the issues.