Computer Science, asked by bharadwaj3, 1 year ago

write a html programme to create a simple form using form method

Answers

Answered by sanvikamathur
2
plz mark as brainliest
Attachments:

bharadwaj3: your answer is wrong
ShaikhSahim786: This is right
bharadwaj3: no this is wrong
Answered by hasnatmirza111p06f0z
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>
Similar questions