<meta name="viewport" content="width=device-width, initial-scale=1.0">
<form method="post" action="#">
<input type="text" name="nombre" id="nombre"><br>
<legend>Ingrese los nombres de sus hijos</legend>
<input type="button" onclick="agregarHijo()" value="Presione el botón para agregar un hijo.">
<input type="submit" value="Registrar">
<script src="funciones.js"></script>