0

What are problems with my code

<!DOCTYPE html> <html> <head> <title>sign up form</title> <link rel="style sheet" href="style.css"> </head> <body> <div class="sign up form"> <h1>sign up now</h1> <form> <input type>="email" class="input-box" placeholder="your email" <input type>="password" class="input-box" placeholder="your password" </form> </body> </html>

1st May 2020, 6:04 AM
PUNEETH M
PUNEETH M - avatar
4 Answers
0
<!DOCTYPE html> <html> <head> <title>sign up form</title> <link rel="style sheet" href="styel.css"> </head> <body> <div class="sign up form"> <h1>sign up now</h1> <form> <input type>="email" class="input-box" placeholder="your email" <input type>="password" class="input-box" placeholder="your password" </form> </body> </html>
1st May 2020, 6:06 AM
PUNEETH M
PUNEETH M - avatar
1st May 2020, 6:45 AM
Ore
Ore - avatar