<html>
<head>
<style type="text/css">
p
{
background-color:yellow;
}
p.margin
{
margin:100px 50px;
}
</style>
</head>
<body>
<p>This is a paragraph with no specified margins.</p>
<p class="margin">This is a paragraph with specified margins.</p>
</body>
</html>
result
This is a paragraph with no specified margins.
This is a paragraph with specified margins.
11:35 PM
Amimul islam rafi


0 comments:
Post a Comment