Awp Practical 5B
Awp Practical 5B
1]MasterPage.master
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<link href="style.css" rel="stylesheet" type="text/css" />
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
</head>
<body>
<form id="form1" runat="server">
<div>
<table>
<tr>
<td>
<h1>This is a My first Page</h1>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</asp:ContentPlaceHolder>
</td>
</tr>
<tr>
<td>
This is Footer!!!!!!!!!!!!!!
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
2]home.aspx
<script runat="server">
</script>
3] IT.aspx
<script runat="server">
</script>
4]bcom.aspx
<script runat="server">
</script>
<script runat="server">
</script>
body {
}
table, td, tr {
border: double;
border-color: blue;
width: 100%;
}
h1 {
font-family: Chiller;
font-size: 50px;
text-align: center;
}
#homeh1, #ith1,#bcomh1 {
font-family: 'Century Schoolbook';
font-size: 80px;
}
p{
font-family:Algerian;
}
Output: