Zadanie 3.
<!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="adam.php" method="post">
<fieldset>
<legend><font color="red">Sprawy do rozwiÂązania</font></legend>
<label for="imie">ImiĂŞ:</label>
<input type="text" id="imie" name="imie"/></div>
<label for="mail">TwĂłj e-mail:</label>
<input type="text" id="mail" name="mail"/><br>
<label for="temat">Temat: </label>
<input type="text" id="temat" name="temat"/><br>
<label for="wiadomosc">WiadomoœÌ:</label><br>
<textarea id="wiadomosc" name="wiadomosc" cols="40" rows="10"></textarea>
<input type="submit" value="WyÂślij" id="send" name="send" />
</fieldset>
</form>
<!-- tutaj wstaw tresc strony -->
</body>
</html>