Zadanie 2. Formularz rozbudowany o checkboxy.<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
<meta name="Description" content=" [wstaw tu opis strony] ">
<meta name="Keywords" content=" [wstaw tu slowa kluczowe] ">
<meta name="Author" content=" [dane autora] ">
<meta name="Generator" content="kED2">
<title> [tytu³ strony] </title>
<link rel="stylesheet" href=" [nazwa_arkusza_stylow.css] " type="text/css">
</head>
<body>
<form action="gora.php" method="GET">
plik: <input type=file name=f0><br>
e-mail: <input type=text name=f1><br>
has³o: <input type=password name=f2><br>
<input type=checkbox name=f3 value=1>Jestem u¿ytkownikiem "Sudety.pl"<br>
<input type=checkbox name=f4 value=1>zgadzam siê na przetwarzanie moich danych<br>
<input type=radio name=f5 value="mala">Ma³a<br>
<input type=radio name=f5 value="duza">Du¿a<br>
<input type=radio name=f5 value="srednia">¦rednia<br>
<input type=submit value="Wy¶lij">
<input type=reset><br>
</form>
<!-- tutaj wstaw tresc strony -->
</body>
</html>