Front-end development

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:
  1. HTML
    for structure.
  1. CSS
    for presentation.
  1. JS
    for behavior.