lunes, 28 de enero de 2013

Ejercicio: eje7.2.html


<?php
/*
Author:Andrea
Date: 28/01/2013
Nombre del Fichero: 7.2 HTML
Descripción: Tarifa de precios
*/
?>
<html>
<head>
<title>Tarifa de precios</title>
<body bgcolor="violet"><font face="arial black"> <font size="+1">
<form method="GET"  action="ex7.2.php">
</head>
<body>
<p> ¿Qué edad tienes?<br>
<input type="text" size=1 name="edad" <br /> 
<br>
<br>
<input type=submit name="enviar" value="Obtener tarifa" <br />
</body>
</html>

No hay comentarios:

Publicar un comentario