post form value html

HTML
Use the POST method when submitting the form:

<form action="/action_page.php" method="post">
Source

Also in HTML: