What is the difference between a markup language and a programming language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the difference between a markup language and a programming language?

11th Mar 2016, 6:51 AM
Alexa Todd
5 Answers
+ 4
markup language is used to contral the presentation of data programming language is used by humans to give instructions to a matchine
15th Mar 2016, 9:02 AM
Evon Makena
Evon Makena - avatar
+ 3
A markup language is used to organize the given data so that a programme (e.g. a browser) can interpret it. Whereas a programming language is used to issue commands to the computer or to build computer programmes (such as a browser).
17th Mar 2016, 5:15 PM
Tom Schwenkenberg
Tom Schwenkenberg - avatar
+ 2
A markup language is a simple way to distinguish and represent data using identifiers like tags which the program can recognize. A computer programming language is a set of logic instructions a computer uses to perform a task over and over again (algorithm).
9th Apr 2016, 2:39 PM
Gideon Schoonbee
Gideon Schoonbee - avatar
- 1
mark up language = html = build content or construction of the webpage using tags programing language = php/asp.net = building program or function inside the html webpage used the element tags to make webpages more dynamically "alive"
26th Mar 2016, 2:52 PM
nouamane himam
nouamane himam - avatar
- 1
A markup language is a systematic arrangement and presentation of web contents using tags for browser's readability and accessibility While programming language is a command machine language use it build up machine processing programs.
3rd Jun 2016, 11:21 PM
Cele Prince
Cele Prince - avatar