Generation

generate html form

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style>input{border:1px solid black; width:100px;}</style> </head> <body> <form action="#"> <input type="text" name="username" placeholder="username"> <input type="password" name="password" placeholder="password"> <input type="submit" value="login"> </form> </body> </html>

Questions about programming?Chat with your personal AI assistant