how to store the information provided by the form in HTML at the server code example
Example: forms in html
<html>
<form action= "your site" method = "post/get">
</form>
</html>
<html>
<form action= "your site" method = "post/get">
</form>
</html>