Frontend
The part of a website or application that the user sees and interacts with.
Definition
The part of a website or application that the user sees and interacts with. It runs in the browser and is built with HTML, CSS, and JavaScript. Everything visual — buttons, text, layouts, animations — is the frontend.
Example
The search bar on Google, the like button on Twitter, the video player on YouTube — these are all frontend elements that you interact with directly.
See it in context Learn how Frontend fits into the bigger picture of how software actually works.
Read the Guide →