lunes, 4 de febrero de 2013

Ejercicio: Propuesta_04.html


<?php
/*
Author:Andrea
Date: 04/02/2013
Nombre del Fichero: propuesta04.HTML
Descripción: Calificaciones
*/
?>
<html>
<head>
<title>Calificaciones</title>
<body bgcolor="pink"><font face="verdana"> <font size="+1">
<form method="GET"  action="propuesto04.php">
</head>
<body>
<p> Nota Test 1<br>
<input type="text" size=1 name="nota1" <br /> 
<p> Nota Test 2<br>
<input type="text" size=1 name="nota2" <br /> 
<p> Nota Test 3<br>
<input type="text" size=1 name="nota3" <br /> 
<br>
<br>
<input type=submit name="enviar" value="Calcular media" <br />
</body>
</html>

No hay comentarios:

Publicar un comentario