Przykład 13.
<form>
<p>Nazwisko: <input type="text" name="nazwisko" /><br />
E-mail: <input type="text" name="email" /></p>
<input type="submit" />
<input type="reset" />
</form>
Przykład 14.
<form>
<p>Nazwisko: <input type="text" name="nazwisko" /><br />
E-mail: <input type="text" name="email" /></p>
<input type="submit" value='Wyślij Dane' />
<input type="reset" value='Wyczyść Pola' />
</form>