<HTML>
<HEAD>
<style>
body { background-color: #e8f5e9; } /* FARBE (Цвет фона) */
h1 { color: #2e7d32; } /* FARBE (Цвет заголовка) */
</style>
</HEAD>
<BODY>
<h1>Mein Hobby: Fußball</h1>
<p>Ich spiele sehr gerne Fußball, weil es <strong>spannend</strong> und <i>gesund</i> ist.</p> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Football_iu_1996.jpg/200px-Football_iu_1996.jpg" alt="Fußball">
<br><br>
<table border="1">
<tr>
<th>Position</th>
<th>Aufgabe</th>
</tr>
<tr>
<td>Torwart</td>
<td>Bälle halten</td>
</tr>
<tr>
<td>Stürmer</td>
<td>Tore schießen</td>
</tr>
</table>
<br>
<p>Mehr Infos findest du auf <a href="https://www.dfb.de">der Webseite des DFB</a>.</p>
</BODY>
</HTML>