Código HTML:
<html> <head> <style> @import url("../Vistas/vistaempleadonuevo.css"); </style> <title>Nuevos Empleados</title> </head> <body> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <!--placeholder="dd/mm/aa">--> <form action="../Ingresar/nuevoempleado.php" method="post"> <label for="id"> Ingrese el número de identificación <input type="text" name="id" id="id"> </label> <label for="fecha"> Fecha de expedición <input type="text" name="fechaexpedi" id="fecha" placeholder="año/mes/día"> </label> <label for="id"> <input type="submit" value="nuevoempleado"> </label> </form> </body> </html>