What is “front” vs “back end” in programming?

780 views

What is “front” vs “back end” in programming?

In: Technology

7 Answers

Anonymous 0 Comments

Frontend consist of (HTML, CSS & JavaScript) everything you see on the screen when you open up a web page (including animation, designs or interaction) is the part of front end.

for the Backend – the input you enter goes through the backend to verify or for the CRUD ( Create Read Update Delete ) operations. code for the backend progamming isn’t visible on the page source but you can read or copy the source code of the frontend.

You are viewing 1 out of 7 answers, click here to view all answers.