Загрузка данных


<HTML>
<HEAD>
<style>
  body { background-color: #e8f5e9; } /* FARBE (Цвет фона) */
  h1 { color: #2e7d32; } /* FARBE (Цвет заголовка) */
</style>
</HEAD>
<BODY>

<h1>Mein Hobby: Fu&szlig;ball</h1>

<p>Ich spiele sehr gerne Fu&szlig;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&szlig;ball">
<br><br>

<table border="1">
  <tr>
    <th>Position</th>
    <th>Aufgabe</th>
  </tr>
  <tr>
    <td>Torwart</td>
    <td>B&auml;lle halten</td>
  </tr>
  <tr>
    <td>St&uuml;rmer</td>
    <td>Tore schie&szlig;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>