latest Post

Class Selectors in css

<html>
<head>
<style>
.x
{
color:lightblue;
background:red;
}
</style>
</head>
<body>
<b class="x">css<b><br>
<p>jquery</p>
<i  class="x">html</i>
</body>
</html>

About Mallikarjun A

Mallikarjun A
Recommended Posts × +

0 comments:

Post a Comment