Web development basics

  • Http Hypertext Transfer Protocol
  • Browser is a tool to send a request to a server and showcase the result you get.
  • Client is the terminal sending the request to a server
  • Web page contains HTML, CSS, JS
  • What do HTML, CSS and JS do?
    • HTML is the “what” the elements on the page the components
    • CSS describes HTML elements the style
    • JS is the “interaction” of the elements the behavior