|
<!DOCTYPE html>
<html>
<body>
<form action="">
First name: <input type="text" name="firstname"><br><br>
Last name: <input type="text" name="lastname">
<form action=""><br>
<hr color=blue>
Username: <input type="text" name="user"><br><br>
Password: <input type="password" name="password">
<hr color=blue>
<form name="input" action="html_form_action.asp" method="get">
<input type="submit" value="Submit">
<hr color=blue>
</form>
</form>
</body>
</html>
|