Which of the following HTML would if placed inside <form> tags create a button with...

Jeen

New member
...the label ‘Submit’? Which of the following HTML would if placed inside <form> tags create a button with the label ‘Submit’?

a. Leave blank

b. <button = “Submit’ />

c. <button> Submit </button>

d. <input type="Submit" />

e. <new JButton(‘Submit’) />
 
Back
Top