Action Method Type Name Size : Form 1 Page

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

<html>

<head> <title> Form 1 Page </title> </head>


<body>

<form action="/cgi-bin/check.pl" method="get">
First name:
<input type="text" name="firstname" size="20">
<br>
Password:
<input type="password" name="lastname">
<input type="submit" value="Submit">
</form>

</body>
</html>
Web 1echnologies ise.bvb.edu Iorm
J 6th Sem ISL, BVBCL1, HUBLI

You might also like