Computer Science, asked by password999, 1 year ago

How to add submit button in HTML ?​

Answers

Answered by Rememberful
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