Browser

A client application that retrieves web resources from a
Web Server
and renders them for the user as an interactive page. Browsers parse and execute:
  • HTML
    , which defines structure.
  • CSS
    , which defines presentation.
  • JS
    , which defines client-side behavior.
Common examples:
  • Chrome.
  • Safari.
  • Firefox.
  • Edge.