Topic 01 : Introduction to Module

Post on 06-May-2015

593 views 3 download

transcript

ClientWeb Server

Internet

Internet

Client Web Server

Browser sends out a request for a web page

HTTP HTTP

Client Web Server

Server receives the request and sends back the page

HTTPInternet

HTTP

Client Web Server

Internet

The web browser receives the web page

<!DOCTYPE html><html><head><title>A simple HTML Document</title>

</head><body><h1>This is a heading</h1><p>This is a paragraph</p>

</body></html>

body{font-size:12px;background-color:blue;color:red;

}h1{

font-family:Georgia,"Times New Roman",Times,serif;}p{

line-spacing:0.5em;}

http://www.w3schools.com/browsers/browsers_stats.asp