Hacker News new | ask | show | jobs
by dylan604 860 days ago
I was not aware that CSS was a markup language
1 comments

How would you classify the language that most web pages use for specifying where to put the text and images (e.g. attempt to center it)?
If it was a markup language, it would be much easier to use. Instead, it's a rules based system that works upon a markup language (and I'm not trying to be pedantic, it would be easier if it was part of the markup, but also require much more work to change the look of content by needing to change the markup - which might be generated dynamically and difficult to change without lots of programming effort).