Difference between Front and back end language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Difference between Front and back end language?

what is the difference between front end and back end language?

7th Jan 2018, 9:15 AM
Tapan Das
Tapan Das - avatar
3 Answers
+ 11
front end languages are used to code web pages, like html for structure, css for design, js for interactivity. back end languages are server side programs, like php and perl to process user requests, send pages, etc.
7th Jan 2018, 9:20 AM
Qqqq
Qqqq - avatar
+ 5
Back end language only run on a single web server. Front end language run on the visitor devices that access it, maybe your phone, my browser or other gadgets.
7th Jan 2018, 10:14 AM
Calviղ
Calviղ - avatar
+ 4
Front end languages are executed on the user's device, while backend languages are executed on server side. For example, in your php file (using a backend language) you can generate using a loop a certain number of html tag. The server generate these tag and then send to the user the html file resulting of this generation. So the user have only access to the result of that in html. It's not clear but I hope that it will help you
7th Jan 2018, 10:09 AM
Αητοιπe
Αητοιπe - avatar