submmit button html code example
Example 1: intput field submit button
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br>
Example 2: html submit button
<input type="submit">
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br>
<input type="submit">