<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>
<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>
0 comments:
Post a Comment