+ 1
Why html is not programming language?
5 Answers
+ 3
HTML is referred to as a markup language, because you're marking up your text or "content" for the page with tags to to give it structure.
Programming languages are different because they offer functionality that basic HTML typically can't. Things like the ability to compare different pieces of data, make calculations, process data, give alternate output depending on what a user enters as input, and so much more. All of this comes together because of someone who designs and programs all this code, known as the programmer.
+ 2
Also, here's a helpful excerpt:
"HTML is not a programming language; it is a markup language, which means it is a system for identifying and describing the various components of a document such as headings, paragraphs, and lists. The markup indicates the document's underlying structure (you can think of it as a detailed, machibe-readable outline). You don't need programming skills---only patience and common sense---to write HTML."
Source: Learning Web Design: A Beginner's Guide to HTML, CSS, JavaScript, and Web Graphics, by Jennifer Niederst Robbins, 2012.
0
Because we can't make programmes with html.....it is a basic markup language for web development and designing....programming languages are those language that have some behaviour...like java script,java,C++ etc.
- 2
bcuz u cant create a program using it