Slide 23
Slide 23 text
How does the web work?
Your web browser asks for a web page using an address
eg: http://google.com/?q=railsgirls
The server (a type of computer) receives the request
The server creates the HTML needed and sends it back to
your web browser
Your web browser receives this HTML and displays the
web page.