Ecco il codice:
<form method="post" action="save.php"><span
style="font-family: Lucida;">
Name:
</span><input
size="40" name="nome">
<span style="font-family: Lucida;">Description:
</span>
<input size="40" name="descrizione">
<span style="font-family: Lucida;">Country:</span>
<select name="nazionalità">
<option value="1">Italia
</option>
<option value="2">Sweden
</option>
<option value="3">Finland
</option>
<option value="4">United
States
</option>
<option value="5">Netherlands
</option>
</select>
<span style="font-family: Lucida;"></span>
<span style="font-family: Lucida;">Cognome:</span>
<input size="40" name="cognome">
Password:
<input size="40" name="pass"
type="password">
<div style="text-align: center;"><input
value="OK" type="submit">