- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
frontend
April 28, 2015
When talking about the “frontend’ of the website or a web application, what we mean is the visible part for the users.
Frontend is the part of the web that users interact with. It defines users interface.
Frontend includes web-design part as well as front-end web development.
The biggest part of what you see on the website is the mix of HTML, CSS, JavaScript rules, that is controlled by your web browser.
It is your browser that reads the code and translates it to the visual parts of the website like colors, fonts, animation, etc.
To make it all work and store the information you put into front-end, you will need a technology responsible for those features which is backend development.
Frontend is what you see and Backend is how it actually works.
You can find more details about Frontend and Backend following this link.