Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 9 lesson 4

label not responding
by

1 Answer

iamabhishek
Here is the code:

<!DOCTYPE html>
<html>
<head></head>
<title>My Login Form </title>
<body>
<h1>Login Form</h1>
<form>
<div>
<label>Email</label>
<input type="email" name="email"/>
</div>
</form>
</body>
</html>

Login / Signup to Answer the Question.