form field code example
Example 1: forms in html
<html>
<form action= "your site" method = "post/get">
</form>
</html>
Example 2: html submit button
<input type="submit">
<html>
<form action= "your site" method = "post/get">
</form>
</html>
<input type="submit">