Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

zhjopl;'/

<html>
<head>
<title>Student Data</title>
</head>
<body>
<form method="post">
<marquee><h2> WELCOME.....!!!!</h2></marquee>
<center> <table border="1" width="400" height="300">
<tr>
<td colspan="5" align="center" bgcolor="grey">Student's Information</td>
</tr>
<tr>
<td align="right">Name:</td> 
<td><input type="text" name="name"> </td>
</tr>
<tr>
<td align="right">Fathers Name: </td>
<td><input type="text" name="fname"> </td>
</tr>

<tr>
<td align="right">Roll No.:</td> 
<td><input type="text" name="roll"></td>
</tr>
<tr>
<td align="right">Result:</td> 
<td><input type="text" name="result"></td>
</tr>
<tr>
<td colspan="5" align="center"><input type="submit" name="submit" value="submit"><input type="reset" name="reset" value="reset"></td>
</tr> 
</table>
</center>
</form>
</body>
</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.