FORMULARIO DE PRODUCTOS

<html>
<head>
<title>formulario</title>
<meta charset="utf-8">
<style>
#tabla1{
border:5px solid #58ACFA;
border-radius:22px;
background-color:#A9E2F3;
color:#0000FF;
font-family:arial;
font-size:20px;
}
input{
background-color:#F5F6CE;
width:300px;
color:#58ACFA;
}
input:hover{
background-color:#A9BCF5;
}
</style>
</head>
<body>
<form action="registrar.php" method="post">
<table border="0" align="center" width="500" id="tabla1">
<tr>
<td colspan="2" align="center">PRODUCTOS</td>
</tr>
<tr>
<td>Ingrese categoría:</td>
<td><input type="text" name="producto"></input>
</td>
</tr>
<tr>
<td>Ingrese producto:</td>
<td><input type="text" name="producto"></input>
</td>
</tr>
<tr>
<td>Ingrese precio:</td>
<td><input type="text" name="precio"></input>
</td>
</tr>
<tr>
<td>fecha:</td>
<td><input type="text" name="fecha"></input>
</td>
</tr>
<tr>
<td colspan="2" align="center"><button type="submit" value="enviar">
guardar</button>
</td>
</tr>
</table>
</form>
</body>
</html>

Comentarios

Entradas populares de este blog

efecto hover