hi

Revision 313939343833 () - Diff

Link to this snippet: https://friendpaste.com/3ekLmkNFMNBnlnQCQUNPag
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="author" content="">

<title>Untitled 1</title>
</head>

<body>
<form action="sheet.php" method="post">
subject1 : <input type="text" id="m1" name="m1" size="2"><br>
subject2: <input type="text" id= "m2" name="m2" size="2"><br>
subject3 : <input type="text" id="m3" name="m3" size="2"><br>
subject4 : <input type="text" id="m4" name="m4" size="2"><br>
subject5 : <input type="text" id="m5" name="m5" size="2"><br>
<input type="submit">
</form>


</body>
</html>