A
1.Design
2.Html
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style>
table{
border-collapse:collapse;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<table class="tbl" width="420" height="595" border="1" >
<tr>
<td valign="top">
<table height="100" width="100%">
<tr>
<td>
</td>
</tr>
</table>
<table width="100%" height="50" border="1">
<tr>
<td width="50">Name</td>
<td></td>
<td width="50">Address</td>
<td></td>
</tr>
</table>
<table width="100%" height="80" border="1">
<tr>
<td>Wages</td>
<td>Roll No</td>
<td>Plant</td>
<td>Sallary</td>
<td>Join Date</td>
</tr>
<tr>
<td>Raj Kumar</td>
<td>9898989</td>
<td>Agra</td>
<td>50000</td>
<td>12-Aug-2019</td>
</tr>
</table>
<table width="100%" height="45" border="1">
<tr>
<td>Wages</td>
<td>Roll No</td>
<td>Plant</td>
<td>Sallary</td>
<td>Join Date</td>
</tr>
</table>
<table height="150" width="100%">
<tr>
<td>
</td>
</tr>
</table>
<table height="" width="100%">
<tr>
<td align="center">
hdkfjhadjshfkhkdshfjdh ljdhfkadshfads fhkja<br>
Adfhjkdshf jdhfjhdskfhs
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
B
1.Design
2.
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style>
table {
border-collapse: collapse;
}
.center {
width: 400px;
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<table class="tbl" width="420" height="595" border="1">
<tr>
<td valign="top">
<table height="100" width="100%">
<tr>
<td></td>
</tr>
</table>
<table class="center">
<tr>
<td>
<table width="100%" height="50" border="1">
<tr>
<td width="50">Name</td>
<td></td>
<td width="50">Address</td>
<td></td>
</tr>
</table>
<table width="100%" height="80" border="1">
<tr>
<td>Wages</td>
<td>Roll No</td>
<td>Plant</td>
<td>Sallary</td>
<td>Join Date</td>
</tr>
<tr>
<td>Raj Kumar</td>
<td>9898989</td>
<td>Agra</td>
<td>50000</td>
<td>12-Aug-2019</td>
</tr>
</table>
<table width="100%" height="45" border="1">
<tr>
<td>Wages</td>
<td>Roll No</td>
<td>Plant</td>
<td>Sallary</td>
<td>Join Date</td>
</tr>
</table>
</td>
</tr>
</table>
<table height="150" width="100%">
<tr>
<td></td>
</tr>
</table>
<table height="" width="100%">
<tr>
<td align="center">hdkfjhadjshfkhkdshfjdh ljdhfkadshfads fhkja<br>
Adfhjkdshf jdhfjhdskfhs
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
1.Design
2.Html
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style>
table{
border-collapse:collapse;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<table class="tbl" width="420" height="595" border="1" >
<tr>
<td valign="top">
<table height="100" width="100%">
<tr>
<td>
</td>
</tr>
</table>
<table width="100%" height="50" border="1">
<tr>
<td width="50">Name</td>
<td></td>
<td width="50">Address</td>
<td></td>
</tr>
</table>
<table width="100%" height="80" border="1">
<tr>
<td>Wages</td>
<td>Roll No</td>
<td>Plant</td>
<td>Sallary</td>
<td>Join Date</td>
</tr>
<tr>
<td>Raj Kumar</td>
<td>9898989</td>
<td>Agra</td>
<td>50000</td>
<td>12-Aug-2019</td>
</tr>
</table>
<table width="100%" height="45" border="1">
<tr>
<td>Wages</td>
<td>Roll No</td>
<td>Plant</td>
<td>Sallary</td>
<td>Join Date</td>
</tr>
</table>
<table height="150" width="100%">
<tr>
<td>
</td>
</tr>
</table>
<table height="" width="100%">
<tr>
<td align="center">
hdkfjhadjshfkhkdshfjdh ljdhfkadshfads fhkja<br>
Adfhjkdshf jdhfjhdskfhs
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
B
1.Design
2.
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style>
table {
border-collapse: collapse;
}
.center {
width: 400px;
margin-left: 10px;
margin-right: 10px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<table class="tbl" width="420" height="595" border="1">
<tr>
<td valign="top">
<table height="100" width="100%">
<tr>
<td></td>
</tr>
</table>
<table class="center">
<tr>
<td>
<table width="100%" height="50" border="1">
<tr>
<td width="50">Name</td>
<td></td>
<td width="50">Address</td>
<td></td>
</tr>
</table>
<table width="100%" height="80" border="1">
<tr>
<td>Wages</td>
<td>Roll No</td>
<td>Plant</td>
<td>Sallary</td>
<td>Join Date</td>
</tr>
<tr>
<td>Raj Kumar</td>
<td>9898989</td>
<td>Agra</td>
<td>50000</td>
<td>12-Aug-2019</td>
</tr>
</table>
<table width="100%" height="45" border="1">
<tr>
<td>Wages</td>
<td>Roll No</td>
<td>Plant</td>
<td>Sallary</td>
<td>Join Date</td>
</tr>
</table>
</td>
</tr>
</table>
<table height="150" width="100%">
<tr>
<td></td>
</tr>
</table>
<table height="" width="100%">
<tr>
<td align="center">hdkfjhadjshfkhkdshfjdh ljdhfkadshfads fhkja<br>
Adfhjkdshf jdhfjhdskfhs
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>