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

Html Level 8 Lesson 12

How can I pass this lesson?
I have done it even but it does not go on to the next lesson?
by

4 Answers

aashaykumar
Hello, we will look into and resolve it as sono as possible
saudshaikh11
From one of the other forums I did found this below code and it works from me. Apparently, you need to mention the value attribute before the type attribute to get past through this lesson. @Studytonight something for you to fix please!

<!DOCTYPE html>
<html>
<head>
<title>
My Webpage Title
</title>
</head>
<body>
<form>
<input type="text" />
<input value="submit" type="submit" />
</form>
</body>
</html>
Karthika42vmk
@studytonight plz fix the issue from your side.
jarixa
Thank you so much that helped... plz fix

Login / Signup to Answer the Question.