Chapter 1 SOP 2 12th I.T

SOP2.html

<!DOCTYPE html>
<html>
<head>
<title>SOP2 Advanced Web Designing Practical</title>
<style type="text/css">
.left_col
{
background-color: #f4fcc7;
font-size: 20px;
border: 1px solid #000;
}
.right_col
{
background-color: #f7b5e0;
font-size: 20px;
border: 1px solid #000;
}
ol
{
margin-top: 0px;
padding-left: 20px;
}
ul
{
margin-top: 0px;
padding-left: 20px;
}
</style>
</head>
<body>
<table border="0" align="center">
<th colspan="2" style="font-size: 25px;color: #ed0ec8;background-color: #69f5f0;height: 60px;width: 400px;border: 1px solid #000;">
Tourist Places
</th>
  <tr>
<td class="left_col">
<b>City</b>
 <ol>
<li>Pune</li>
<li>Bangalore</li>
<li>Hyderabad</li>
<li>Delhi</li>

 </ol>
    </td>
    <td class="right_col">
Tourist Places in Pune
<ul>
<li> Shanivarwada</li>
<li> Kelkar Museum</li>
<li>Sinhgad Fort</li>
    </ul>
    </td>
  </tr>
</table>
</body>
</html>

output

Chapter 1 SOP 2 Solution 12th I.T

Tags :-
12th I.T SOP solution,
12th I.T SOP,
12th I.T chapter 1 SOP solution,
12th I.T chapter 1 SOP 2 solution,
12th I.T SOP 2

Post a Comment

0 Comments