Create a Web Page
Exercise - 1.2 (Create a Web Page): (Page 1/3)
Now we will make 2 blank web pages with some style and keep it with us for future use during exercises. Let us assume that we want to have 2 web pages with following layout.
The 1st web page is having 5 segments (index.html) - Refer FIG - 1.4
I
Header: Top grey color area. Let us name it as division 'header'

II
Center: Top yellow color area. Let us name it as division 'center'
III
Left: Left green color area. Let us name it as division 'left'
IV
Right: Right pick color area. Let us name it as division 'right'
V
Bottom: Bottom red color area. Let us name it as division 'bottom'
The 2nd web page is having 4 segments (sample.html) - Refer FIG - 1.5

I
Header: Top grey color area. Let us name it as division 'header2'
II
Center: Top yellow color area. Let us name it as division 'center2'
III
Left: Left pink color area. Let us name it as division 'left2'
IV
Right: Right green color area. Let us name it as division 'right2'
NOTE: Just make the following files and keep with you for future use in exercise. DO NOT PANIC. The commands written here will be explained in enough details in Future Chapters and by the end of next few chapters, you will understand every thing.
(Contiued to next page (Pg-2))

©
funandhobby.com (Create a Web Page)