HTTP Demo

This is a simple HTML page with an image.

All styling has been removed to make the content easier to understand.

When your browser displays this file, it reads the img tag and automatically makes a second HTTP GET call to the web server to download the image file pointed to by the img tag's src attribute.

dog

Return to HTTP Basics home