+ 4

Why Html is not a programming language šŸ˜•?

5th Dec 2017, 8:24 PM
Firas Nassif Makki
Firas Nassif Makki - avatar
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
5th Dec 2017, 8:52 PM
į Œį ŒCode X
į Œį ŒCode X - avatar
+ 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.
5th Dec 2017, 8:51 PM
AgentSmith
+ 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.").
6th Dec 2017, 12:29 AM
Jacob Duelz
Jacob Duelz - avatar
+ 3
Because HTML can't do 1 + 1 = 2
5th Dec 2017, 9:21 PM
CalviÕ²
CalviÕ² - avatar