0% found this document useful (0 votes)
4 views1 page

B 3 WC

The document is an HTML template for a webpage titled 'WEB COMPUTING'. It includes a header section with the title displayed in a large font and a form for user input, requesting the first and last names. The form contains text fields and a submit button.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

B 3 WC

The document is an HTML template for a webpage titled 'WEB COMPUTING'. It includes a header section with the title displayed in a large font and a form for user input, requesting the first and last names. The form contains text fields and a submit button.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

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>

You might also like