Computer Science, asked by nitish4433, 1 year ago

Write html code for following

Attachments:

Answers

Answered by Brainlyshchay
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