The discipline of building the user-facing layer of a website or web application, covering everything a Browser renders and the user directly interacts with. Front-end work centers on three foundational technologies:
- HTML for structure.
- CSS for presentation.
- JS for behavior.