|
 |
 |
Lecture 04 |
|
 |
|
Using CSS to create layout for webpage. |
|
Sample 01; ZIP; |
|
Sample 02; ZIP; |
|
Sample 03; ZIP; |
|
Inside HTM file you put ID in DIV tag |
|
<body id="body">
<div id="container">
 <div id="picture">
 </div>
 <div id="logo">
 </div>
 ....
</div>
</body> |
|
Inside CSS file, you define layout and style, understand what Margin/Padding is. |
|
|