Tuesday, 16 July 2013
how to Set the background color of a page using css
Introduction
i will explain
how to Set the background color of a page using css.
Example
<!
DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
body
{
background-color
:
#b0c4de
;
}
</
style
>
</
head
>
<
body
>
<
h1
>
My CSS web page!
</
h1
>
<
p
>
Hello world! This is a Gohilinfotech.com example.
</
p
>
</
body
>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment