+ 15
Why is HTML not a programming language?
Some says it's because Html cannot solve maths.
14 Answers
+ 19
Well, if what author at http://www.designzzz.com/first-look-html6/ say about HTML6 is true then in near future HTML6 will have atleast some javascript like functionality and in time could completly overtake it. So, technicaly HTML could be considered as programming language.
+ 11
css3đ
+ 5
You can't commit "processing", and furthermore "markup" is purely "static" as it is as is meaning it will require an additional language say Javascript to manipulate it's content.
+ 4
Because Html is the markdown language. It is declarative. It just tells to browser how it should render page. There is no any interactivity. If you need interactivity, then you use JavaScript.
+ 3
html is markup
and we can't do the processing with html
+ 3
According to common definition a programming language has IF and WHILE at least.
+ 3
it is hyper text markup lang.
+ 3
HTML is not a programming language because we would call it HTPL then. Where a programming language is communicating to the machine that you want to control. As for an example the Web browser must communicate to the hardware of your computer, where HTML tells the browser where to put the image.The easiest way to compare this to is a person writing a book in a text editor. They could change the colour, font, size, and insert images.
+ 3
HTML is a markup language. (The ML stands for "Markup Language"). HTML and CSS describe presentation if you will, while programming languages describe function
+ 1
@Frenks still looks declarative. And even more awful...
0
Programming and Object oriented programming are different concepts!