I am trying to break the code down so I can really understand it. Here are two lines that seem to work the both way.
<input type="submit" value="Submit" /> <input id="submit" name="submit" type="submit" value="Submit">
Both create the submit button, so what exactly is the difference here? Thanks again in advance for your help.
@jansentina This might be of use: https://developer.mozilla.org/en-US/docs/HTML/Element/Input.
Thanks so much! That is very helpful!!!
Anytime @jansentina! Let me know if you need any more help!
I am trying to break the code down so I can really understand it. Here are two lines that seem to work the both way.
Both create the submit button, so what exactly is the difference here? Thanks again in advance for your help.
@jansentina This might be of use: https://developer.mozilla.org/en-US/docs/HTML/Element/Input.
Thanks so much! That is very helpful!!!
Anytime @jansentina! Let me know if you need any more help!