You are on page 1of 3

PROGRAM:

<html>
<head>
<style type="text/css">
li.one
{
font-family:algerian;font-size:24;font-style:bold;text-align:center;list-style-type:circle;
border-style:dashed;color:red;border-color:blue}
li.two
{
font-family:algerian;font-size:24;font-style:bold;text-align:center;list-style-type:circle;
border-style:dashed;color:red;border-color:blue}
li.three
{
font-family:algerian;font-size:24;font-style:bold;text-align:center;list-style-type:circle;
border-style:dashed;color:red;border-color:blue}
{
</style>
</head>
<body bgcolor="skyblue">
<font size=18><div align=center><u><b>DRESSES</b></u></div></font>
<table border=10 cellspacing=10 align=center>
<tr>
<th>DRESSESNAME</th>
<th>cost</th>
</tr>
<tr>
<th>CHUDI</th>
<th> 1000</th>
</tr>
<tr>
<th> SAREE </th>
<th> 10,000</th>
</tr>
</table>
<font size=12><b><u>ABOUT NATURE</u> </b> </font>
<ul>
<li class=one>Just living is not enough one must have sunshine,freedom& little flower.</li>
<br>
<li class=two>Nature always wears the color of spirit</li>
<br>
<li class=three>Sometimes we need to stop analysing the past,stop planning the future,
stop figuring out precisely and just see what happens</li>
</body>
</html>
OUTPUT:

You might also like