What is backend and frontend in HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is backend and frontend in HTML

When creating a website

14th Sep 2018, 12:11 PM
Code Bee
Code Bee - avatar
6 Answers
+ 9
✓✓The visual part of the web documents are called front end . Written in web Language like html,css and JavaScript ✓✓The non visual part which is used to interact with server ,for different operations like ,data fetching ,data storing etc are back-end ,php,sql,node.js are popular back end languages
14th Sep 2018, 12:34 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 6
😊
14th Sep 2018, 3:04 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 5
Backend is the logic part, where you handle requests, databases, etc Frontend is where you make the HTML interactive, through animations for examples.
14th Sep 2018, 12:14 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 5
thanks ..yes now i get it😃😄
14th Sep 2018, 12:16 PM
Code Bee
Code Bee - avatar
+ 4
thnks Rai
14th Sep 2018, 12:58 PM
Code Bee
Code Bee - avatar
0
In Html every piece of code is front-end. There is no backend because either you are using JavaScript/jquery/angularjs /anything these are files which are present at client system that can not be Said to be backend.
15th Sep 2018, 9:49 PM
Jai Verma
Jai Verma - avatar