Hi, I saw some code, html form code 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 are the form "name" for? (-> form1)
What are the label tag for? (i never use this, so, i might wrong when enter the code)