Tabla Diego Sanabria!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Familiacantidad
Gonzales10
  • Comission Ecolaire
    • School
      • Room
        • Class
<!DOCTYPE html>
<html>
<body>

<h1>Ejemplo para enviar una lista de familias</h1>

<p>The form attribute specifies the form an input element belongs to.</p>

<form action="/action_page.php" id="form1">
  <label for="fname">First name:</label>
  <input type="text" id="fname" name="fname"><br><br>
  <input type="submit" value="Submit">
</form>

<p>Hay que enviar datos dee la familia para registar los intereses en la comida de grado y el numero de personas identificaddas.</p>

<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname" form="form1">

</body>
</html>

3 comments

Leave a Reply

Your email address will not be published. Required fields are marked *