| 22:05 | <Cienisty> | Hi, |
| 22:05 | <Cienisty> | My lecturer said today that html is a programming language. Can someone help me find some documents or place in the official documentation where he writes that it is a markup language and contradicts the statement about the programming language? |
| 22:05 | <Cienisty> | Thanks |
| 22:26 | <MikeSmith> | Cienisty: HTML is a programming language |
| 22:26 | <MikeSmith> | CSS is a programming language too |
| 22:26 | <MikeSmith> | they’re both declarative programming languages |
| 22:27 | <MikeSmith> | HTML is also a markup language |
| 22:27 | <MikeSmith> | it’s not an either-or; HTML is both a markup language and a declarative programming language |
| 23:28 | <TabAtkins> | Or in other words, markup languages (all of them) *are* declarative programming languages. ^_^ |