<html>
<head>
<style>
body{
background:green;
}
#para{
text-decoration:underline;
text-align:center;
font-weight:bold;
}
</style>
</head>
<body>
<div id="para">
This is para id
</div>
<body>
</html>
The output is given below:
c, c++ , java, oracle, database design, c tutorial, c++ tutorial, java tutorial, oracle tutorial, programming, make program easy, c programming, c advance program, java advance program
<html>
<head>
<style>
body{
background:green;
}
#para{
text-decoration:underline;
text-align:center;
font-weight:bold;
}
</style>
</head>
<body>
<div id="para">
This is para id
</div>
<body>
</html>
The output is given below:
All rights reserved||Using Deluxe Template By Klodian
0 comments:
Post a Comment