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
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
0 Comments