Write html code for following
Attachments:
Answers
Answered by
1
<!DOCTYPE html>
<html>
<body>
<form action="received.html">
<fieldset>
<center><h1>Login Form</h1>
Username:
<input type="text" name="username" value="">
<br><br>
Password:
<input type="text" name="password" value="">
</center>
<br><br>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</fieldset>
</form>
</body>
</html>
Similar questions
Social Sciences,
6 months ago
Social Sciences,
6 months ago
Math,
1 year ago
Math,
1 year ago
Math,
1 year ago