DEV Community

Discussion on: Of course HTML is a programming language

Collapse
 
kenbellows profile image
Ken Bellows

This is sort of beside the point of the article, but I think another interesting approach to take on this age-old topic is to consider HTML+CSS together as a programming language instead of just HTML by itself. CSS layers on top of HTML, and it introduces a lot of constructs that could be considered logical statements and execution-flow-controls, e.g. @ rules and :nth-child() selectors.