html form is used when we want to create login form or submit form or registration form and etc... .
The following is sample of html form.
<html><head>
<title>T N W</title>
</head>
<body>
<form>
User Name </br>
<input type="text" name="user"></br></br>
Password </br>
<input type="password" name="passowrd"></br></br>
<input type="Submit" value="LogIn">
</form>
</body>
</html>
No comments:
Post a Comment