BootCamp by Dr.angela
1. How does the internet actually work?
Client (request a website) → ISP (Internet Service Provider : connects you to the internet and forwards your request) → DNS (Domain Name System : finds the IP address of the website) → Web Server (sends back the website’s data (HTML, CSS, JS)) → Browser (displays the website to you)
2. How Do Websites Actually Work?
3 Code Files : HTML(Structure) + CSS(style) + JS(Interaction)
Top comments (0)