Hello guys, I have a small questions... what is the difference between a programming language, a scripting language and a markup language please... I read a bit about them but can't really found in what ways they differ (from what I have read, programming vs scripting language is that scripting language is used to automated task unlike programming language)
#Programming language vs Markup Language vs Scripting Language
1 messages · Page 1 of 1 (latest)
anyone to help please
Markup is like html, it's not the same as coding a program, it just edits how things display
So you can use html to make things on a page and all that
But if you want actual code to run or to be able to take in user input of some kind, you'll use Javascript to actually code functions and buttons
Html is the only markup language I know
Everything else you said sounds good to me
Ty !!