PHP sop4 pg-1 subject marks
<!DOCTYPE HTML>
<HTML>
<HEAD>
<META HTPP-EQUIV="CONTENT-TYPE" CONTENT="TEXT/HTML" CHARSET="UTF-8">
</HEAD>
<BODY>
<FORM ACTION="marks.php" METHOD="post" name="f1">
Enter the marks of English Subject <input type=text name="eng"><br>
Enter the marks of Physics Subject <input type=text name="phy"><br>
Enter the marks of Chemistry Subject <input type=text name="chem"><br>
Enter the marks of Biology Subject <input type=text name="bio"><br>
Enter the marks of Mathematics Subject <input type=text name="math"><br>
Enter the marks of Information Technology Subject <input type=text name="it"><br>
<input type="submit" value="Display marks along with subject" name="s1">
</form>
</BODY></HTML>
Comments
Post a Comment