cssdemo
cssdemo
<html>
<head>
<style>
p{
background-color:lime;
color:red;
h1{
background-color:aqua;color:yellow;}
</style>
</head>
<body>
<pre id="rahul">
</pre>
<button>Help Me plz</button>
</body>
</html>
h2,h4,h6
background-color:seagreen;
color:maroon;
button
background-color:black;
color:white;padding:15px30px;
#rahul
{
background-color:salmon;
.rahul1
background-color:mint;