How to add submit button in HTML ?
Answers
Answered by
6
To add a button we uses <input> tag with its " type " attribute .
Then we should specifies the " submit " in type specification.
For Example,
<input type ="submit">
Similar questions
Science,
6 months ago
Physics,
6 months ago
Hindi,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Science,
1 year ago