write a html programme to create a simple form using form method
Answers
Answered by
2
plz mark as brainliest
Attachments:
bharadwaj3:
your answer is wrong
Answered by
4
<html>
<head>
</head>
<body>
<form action="" method="get or post (if you are making registration form then post or you are making login form then get">
<input type="text" placeholder="email">
<input type="password" placeholder="password">
</form>
</body>
</html>
<head>
</head>
<body>
<form action="" method="get or post (if you are making registration form then post or you are making login form then get">
<input type="text" placeholder="email">
<input type="password" placeholder="password">
</form>
</body>
</html>
Similar questions