What is HTTP?
Hypertext transfer protocol. It’s the protocol web servers and browsers use to communicate
What is HTML?
Hypertext markup language - Language used to design web pages
What is an HTTP request?
When the user requests a page, the program/browser sends a request to the server.
What is an HTTP response?
After a request is received, it retrieves the information and sends it back to the browser.
The process of an HTTP request cycle