+ 5
Seriously is HTML not a programming language?😯
merits to be a programming language
3 Respostas
+ 12
"Programming languages have functional purposes. HTML, as a markup language doesn’t really “do” anything in the sense that a programming language does. HTML contains no programming logic. It doesn’t have common conditional statements such as If/Else. It can’t evaluate expressions or do any math. It doesn’t handle events or carry out tasks. You can’t declare variables and you can’t write functions. It doesn’t modify or manipulate data in any way. HTML can’t take input and produce output. Think of it this way: you can’t compute the sum of 2 + 2 in HTML; that’s not what it’s for. This is because HTML is not a programming language."
Source: https://ischool.syr.edu/
+ 8
I say yes since we markup the contents of our website,, I.e tell what the browsers to do e.g (p )for paragraph just like( if) for decision making ,,,my view though.
+ 2
technically I suppose it is not a 'programming' language as it does not apply any logical functions. It does however pass information along in the form that can be understood so i would call it a language