0

What is difference between html and coding languages like c?

difference between

31st Jul 2017, 11:49 AM
piyush
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
31st Jul 2017, 12:03 PM
Infant Raj
Infant Raj - avatar
0
HTML is a markup language not a programming language and mostly used to create structure of a website.
31st Jul 2017, 11:52 AM
Qais Rasuli
Qais Rasuli - avatar
0
simple ......HTML is a 'markup' language c is a 'programming' language
8th Aug 2017, 3:36 AM
$.jabez
$.jabez - avatar