show-notice
hide-notice

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>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com