+ 5
Seriously is HTML not a programming language?đŻ
merits to be a programming language
3 Answers
+ 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