<html>
<head>
<style type="text/css">
h1
{
background-color:#6495ed;
}
p
{
background-color:#e0ffff;
}
div
{
background-color:#b0c4de;
}
</style>
</head>
<body>
<h1>CSS background-color example!</h1>
<div>
This is a text inside a div element.
<p>This paragraph has it's own background color.</p>
We are still in the div element.
</div>
</body>
</html>
resultsCSS background-color example!
This is a text inside a div element.
This paragraph has it's own background color.
We are still in the div element.
11:12 PM
Amimul islam rafi


0 comments:
Post a Comment