Practical 2
Practical 2
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style4 {
text-align: center;
}
.newStyle6 {
font-style: normal;
font-size: x-large;
}
.newStyle2 {
background-color: #3366CC;
}
.auto-style9 {
font-size: larger;
font-style: inherit;
font-weight: bold;
font-variant: normal;
color: #000040;
width: 136px;
}
.newStyle4 {
font-size: larger;
font-style: inherit;
font-weight: bold;
font-variant: normal;
color: #000040;
}
.auto-style5 {
width: 136px;
text-align: left;
}
.auto-style3 {
width: 308px;
margin-left: 40px;
}
.auto-style8 {
width: 308px;
margin-left: 40px;
text-align: left;
}
.auto-style6 {
width: 136px;
height: 26px;
text-align: left;
}
.auto-style7 {
width: 308px;
margin-left: 40px;
height: 26px;
text-align: left;
}
.auto-style2 { height: 54px;
text-align: left;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
</tr>
</table>
<br />
<br />
<br />
<br />
</div>
</form>
</body>
</html>
Code Behind:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
}
}