+ 4
Why Html is not a programming language š?
4 Answers
+ 9
because you can't do <div>++ and ++<div>?
It isn't an OOP because it doesnt need to.It is meant for creation of elements,any work of functionality will be done by JS or PHP or any OOP
+ 7
Read through HTML and you'll understand why. You're not programming, you're just marking up the document with tags to help represent the data.
+ 7
@Brains
Agreed.
@Syrian
As everyone was saying, since HTML is simply an code read by a browser to build websites, it is more of a coding language than a programming language. HTML is a constructing/building languange, and languages like Java, C#, and C++ are programming languages since they actually give a set of commands grouped into a program.
(Things like JavaScript and PHP are scripting languages for use with HTML and web development. I personally see them as a lower-end programming language, which is why I stick to using the term "scripting language.").
+ 3
Because HTML can't do 1 + 1 = 2