+ 5
What is backend and frontend in HTML
When creating a website
6 Respostas
+ 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
+ 6
😊
+ 5
Backend is the logic part, where you handle requests, databases, etc
Frontend is where you make the HTML interactive, through animations for examples.
+ 5
thanks ..yes now i get it😃😄
+ 4
thnks Rai
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.