martedì 27 settembre 2011

GESTIONE HOTEL.HTML

<html>
 <head>
 <title> Gestione prenotazione hotel </title>
 </head>
 <body>
<form action='recupero9.php' method='POST'>
<input type="radio" value="rmeta" name="Gomera" checked> passeggiare a gomera <p>
<input type="radio" value="rmeta" name="lanzarote" > passeggiare a lanzarote <p>
<input type="radio" value="rmeta" name="fuerteventura"> passeggiare a fuerteventura <p>
<hr>
<input type="radio" value="tre" name="htipo" checked > hotel tre stelle <p>

<input type="radio" value="quattro" name="htipo"  > hotel quattro stelle <p>

<input type="submit" value="invia">

<input type="reset" value="cancella">
</form>
</body>
</html>

Nessun commento:

Posta un commento