0
What is difference between html and coding languages like c?
difference between
3 Answers
+ 2
In short Programming languages are those that their end results are compiled. These take text files, run them through a compiler, and the compiler creates binary instruction files. These are the lower level languages, they "talk to" the memory and processor and such.
HTML which stands for Hyper Text Markup Language is a markup language where they are not in any way executed or used to perform actions but they are used to structure data, identify data or present data as the case may be. They are more like descriptions of how text and other forms of components should appear in a certain context
for more elaborate results check here
https://www.quora.com/What-is-the-difference-between-HTML-and-other-languages
Hope this helps Cheers
0
HTML is a markup language not a programming language and mostly used to create structure of a website.
0
simple ......HTML is a 'markup' language c is a 'programming' language