Seriously is HTML not a programming language?😯 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Seriously is HTML not a programming language?😯

merits to be a programming language

28th Mar 2017, 1:35 PM
Edwin Bello
Edwin Bello - avatar
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/
28th Mar 2017, 2:03 PM
Maz
Maz - avatar
+ 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.
28th Mar 2017, 1:38 PM
Edwin Bello
Edwin Bello - avatar
+ 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
28th Mar 2017, 2:08 PM
Jason Hoffman
Jason Hoffman - avatar