B 3 WC
B 3 WC
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WEB COMPUTING</title>
</head>
<body>
<!--Start Header-->
<table id="header" border="0" width="100%" cellpadding="0"
cellspacing="0" BGCOLOR="#000000">
<tr>
<td>
<table border="0" cellpadding="15" cellspacing="15"
align="center">
<tr>
<td>
<font face="CASTELLAR" color="#FFFFFF" size="10">
WEB COMPUTING
</font>
</td>
</tr>
</td>
</tr>
</table>
</table>
<br>
<FORM>
<label for="fname">First Name</label><br><br>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Last Name</label><br><br>
<input type="text" id="lname" name="lname"><br><BR>
<input type="submit" value="submit"><br>
</FORM>
<!--End Header-->
</body>
</html>