+ All Categories
Home > Education > Topic 01 : Introduction to Module

Topic 01 : Introduction to Module

Date post: 06-May-2015
Category:
Upload: pradip-kharbuja
View: 593 times
Download: 3 times
Share this document with a friend
30
Transcript
Page 1: Topic 01 : Introduction to Module
Page 2: Topic 01 : Introduction to Module
Page 3: Topic 01 : Introduction to Module
Page 4: Topic 01 : Introduction to Module
Page 5: Topic 01 : Introduction to Module
Page 6: Topic 01 : Introduction to Module
Page 7: Topic 01 : Introduction to Module

ClientWeb Server

Internet

Page 8: Topic 01 : Introduction to Module

Internet

Client Web Server

Browser sends out a request for a web page

HTTP HTTP

Page 9: Topic 01 : Introduction to Module

Client Web Server

Server receives the request and sends back the page

HTTPInternet

HTTP

Page 10: Topic 01 : Introduction to Module

Client Web Server

Internet

The web browser receives the web page

Page 11: Topic 01 : Introduction to Module

<!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>

Page 12: Topic 01 : Introduction to Module

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

}h1{

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

line-spacing:0.5em;}

Page 13: Topic 01 : Introduction to Module
Page 14: Topic 01 : Introduction to Module
Page 15: Topic 01 : Introduction to Module
Page 16: Topic 01 : Introduction to Module
Page 17: Topic 01 : Introduction to Module

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

Page 18: Topic 01 : Introduction to Module
Page 19: Topic 01 : Introduction to Module
Page 20: Topic 01 : Introduction to Module
Page 21: Topic 01 : Introduction to Module
Page 23: Topic 01 : Introduction to Module
Page 24: Topic 01 : Introduction to Module
Page 25: Topic 01 : Introduction to Module
Page 26: Topic 01 : Introduction to Module
Page 27: Topic 01 : Introduction to Module
Page 29: Topic 01 : Introduction to Module
Page 30: Topic 01 : Introduction to Module

Recommended