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

Level 8 lesson 3

"" is missing seen in the level 8 lesson 3
by

1 Answer

kshitijrana14
Try this one :

<!DOCTYPE html>
<html>
<head>
<title>
My Webpage Title
</title>
</head>
<body>
<form>
<label>Email</label>
<input type="email" name="email"/>
</form>
</body>
</html>

Login / Signup to Answer the Question.