si scusami allego ciò che ho fatto:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento senza titolo</title>
</head>
<body>
<form action=invia.php>
<fieldset>
<legend><center>
Scheda iscrizione
</center></legend>
</fieldset>
<fieldset>
<label><center>Nome: <input type="text" maxlength="15" /></center></label>
</fieldset>
<fieldset>
<label><center>Cognome: <input type="text" maxlength="15" /></center></label>
</fieldset>
<fieldset>
<label><center>data di nascita :<input type="text" maxlength="15" /></center></label>
</fieldset>
<fieldset>
<label><center>luogo di nascita :
<input type="text" maxlength="15" /></center>
</label>
</fieldset>
<fieldset>
<label><center>
luogo di residenza:
<input type="text" maxlength="15" /></center></label>
</fieldset>
<fieldset>
<label><center>Via/Piazza: <input type="text" maxlength="15" /></center></label>
</fieldset>
<fieldset>
<label><center>Codice fiscale: <input type="text" maxlength="16" /></center></label>
</fieldset>
<fieldset>
<label><center>Indirizzo email: <input type="text" maxlength="15" /></center></label>
</fieldset>
<fieldset><center>
a tempo determinato<input type="radio" name="linguaggio" value="html"/>
a tempo indeterminato<input type="radio" name="linguaggio" value="css"/>
</center></fieldset></br>
<fieldset>
<label><center>
qualifica:
<input type="text" maxlength="15" /></center></label>
</fieldset>
<fieldset>
<label><center>
disciplina:
<input type="text" maxlength="15" /></center></label>
</fieldset>
<fieldset>
<label><center>
in servizio presso il P.O. :
<input type="text" maxlength="15" /></center></label>
</fieldset>
<fieldset>
<label><center>
U.O.:
<input type="text" maxlength="15" /></center></label>
</fieldset>
<fieldset><center>
<label>Corsi</label>
<select name="corso" >
<option value="BLSD" selected="selected">BLSD</option>
<option value="ALS">ALS</option>
<option value="PTC">PTC</option>
</select></center>
</fieldset></br>
<fieldset><center>
<label>Edizione</label>
<select name="edizione">
<option value="1" selected="selected">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select></center>
</fieldset>
<center>
<button type="reset">
cancella
</button></td>
<button type="submit">
invia
</button></center>
</form>
</body>
</html>

Rispondi quotando