2008年3月22日 星期六

css example

css can style webpage
css file is usually separated from html file

a css file example:

body{
font-size: small;
}

h1, h2 {
color: #007e7e;
}

font-size is small for boy and each element in the body
color #007e7e is for h1 and h2

沒有留言: