This content was uploaded by our users and we assume good faith they have the permission to share this book. If you own the copyright to this book and it is wrongfully on our website, we offer a simple DMCA procedure to remove your content from our site. Start by pressing the button below!
Click on the following links to download the documents
and
tags delimit the paragraphs. An example of a paragraph from Example 3-1 is “Click on the following links to download the documents
”. The browser simply displays the sentence as a separate paragraph. Figure 3-2 shows how the browser renders the HTML code of Example 3-1. Notice the bullet image at the left of the heading “Data Center Design.” You insert images by using the element, which specifies the source for the picture. When the browser reads the tag, it sends an HTTP request for the image. The web server sends an HTTP response with Content-type: image/gif and the image data. The browser displays the image according to what the HTML code specifies. Figure 3-2Your choice is Rock
Click here to select the classic collection
Click here to select the rock collection
="../Terms" ="../Icons/WWW/example_home"
The session-id is " + session.getId() + "
" );Your previous selection was " + previous + "
"); 24 } 25The music you selected is " + music + "
"); }Click here to select the classic collection
"); 34 out.print("Click here to select the rock collection
"); 36 // form GET with the encoded session-id 37 out.print(""); 42 out.println(""); 43 out.println(""); 44 } 45 }Click here to select the classic collection
Click here to select the rock collection
[...] HTTP/1.1 200 OK Date: Fri, 07 Jun 2002 18:32:50 GMT Set-Cookie: jsessionid=A479F3AD060C7BF5CE1F917347F862C3; path=/