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>
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>
0
Fixed some bugs
https://code.sololearn.com/W1OvG04AL8rc/?ref=app