Learn HTML Forms by Building a Registration Form - Step 18

how to give an input a submit value

</html>

    <input type="submit"/>

 
</html>

Link to the challenge:

This part of the task explains it:

the value attribute set to Submit .

So just add second attribute to this element

1 Like

alright … i got it …now am wondering why we didnt creat a button insted submit type ?

The reason is partly explained in the task actually. You can go ahead and do research about form and input elements on MDN for exa,ple, if you need more details

1 Like

what do you mean by MDN

I have these three in my Chrome bookmarks. It’s speeding up the learning process like allot

wow thank you ! that was so helpful…

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.