adda submit button in html code example
Example 1: html submit button
<input type="submit" value="Submit">
Example 2: how to resize submit button in html
#search {
width: 20em; height: 2em;
}
<input type="submit" value="Submit">
#search {
width: 20em; height: 2em;
}