-   
- <html> 
- <head> 
- <title>Documento sin título</title> 
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
- </head> 
-   
- <body> 
- <form name="form1" method="post" action="registra.php"> 
-   <p>Matricula:  
-     <input name="matricula" type="text" id="matricula"> 
- </p> 
-   <p>Nombre:  
-     <input name="nombre" type="text" id="nombre"> 
- </p> 
-   <p>Apellido:  
-     <input name="apellido" type="text" id="apellido"> 
- </p> 
-   <p> 
-     <input type="submit" name="Submit" value="Enviar"> 
- </p> 
- </form> 
- </body> 
- </html> 
-   
-