<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Open Account</title>
</head>
<body>
	<form action="openaccount.jsp" method="post">
		<input type="text" name="accno" />
		 <input type="text" name="lastname" />
		<input type="text" name="firstname" /> 
		<input type="text" name="bal" />
		<input type="submit" />
	</form>
</body>
</html>