<HTML> <HEAD> <TITLE> text that forms the document title </TITLE> </HEAD> <BODY> body of the document appears here. </BODY> </HTML>
<IMG ALIGN=RIGHT SRC="./becoat.gif">into the HTML document. When the browser encounters such a tag it fetches the image from the location specified by the pathname in the tag and places a copy of the image
protocol://computer_name:port/document_name?parameters
http://www.indeed.com/ https://smallbusiness.commercebank.com/cbi/login.aspx ftp://aeneas.mit.edu/ http://www.cs.csustan.edu:80/~john/js.html
GET /item version CRLF
HTTP/1.0 status_code status_string CRLF Server: server_identification CRLF Last-Modified: date_document_was_changed CRLF Content-Length: datasize CRLF Content-Type: document_type CRLF CRLF
HTTP/1.1 200 OK Date: Sat, 15 Mar 2008 07:35:25 GMT Server: Apache/1.3.37 (Unix) Last-Modified: Tue, 1 Jan 2008 12:03:37 GMT ETag: "78595-81-3883bbe9" Accept-Ranges: bytes Content-Length: 16 Connection: close Content-Type: text/plain This is a test.
MIME-Version: 1.0 Content-Type: Multipart/Mixed; Boundary=Mime_separatorin the header to tell the receiver that MIME conventions are used in the message and that the message consists of different parts separated by the string "Mime_separator."
www CNAME timmyin the DNS database file for foobar.com allows the host name www.foobar.com to be used as an alias for the hostname timmy.foobar.com.
www CNAME jimmyand no one using URL's containing www.foobar.com has to change anything.