,
Share with your friends 

My Own CSS Page for Implementing the style sheet

10 ratings Views 158 
Author: Anto (Anto Y)  View Profile |  View other solutions by this author

Question / Problem


How to set design a style sheet with our customized background color and effect

Solution

Solution

<html>
<head>
<style type="text/css">                                    'it defines declaration'
p{color:white}                                                 'it defines paragraph color'
body{background-color:black}                           
'it defines background color'
</style>
</head>
<body>
<p>my own css Design</p>
</body.
</html>

1.save the document in any name with the .html or .htm extensions
2.run on the browser by clicking the document
2. green color text defines the help knowledge to learn



Applies to

CSS

Rank It

Login to rank it

Report


Advertisement