I saw the code for the code, html, which looks like this:
<form name="form1" method="post" action="action.php">
<label for="name"> Name: <input type="text" name="name">
<label for="email">Email: <input type="text" name="email">
</form>
What is the name form? (-> form1)
What is the shortcut for? (I never use this, so I may be wrong when entering the code)
source
share