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>