Hola
DinamicoWeb. Bienvenido al foro.
En primer lugar, no escribas todo en mayúsculas, es como si estuvieras gritando. En segundo lugar, aquí no estamos para hacerte el trabajo, sino para orientarte con algún ejemplo:
Código:
<form action="pagina.html" method="post">
<input type="text" name="nombre" />
<input type="text" name="apellidos" />
<input type="submit" />
</form>
Saludos,