Listing 4.8. Rozwiązanie ćwiczenia 4.8
<!DOCTYPE html>
<html lang="pl">
  <head>
    <title>Ćwiczenie 4.8</title>
    <meta charset="UTF-8" />
  </head>
<body>

<p>
Ktura gura jest durza?
</p>

<p lang="de">
Faalsches Übeen von Xylophonmusik quält jeden größeren Zwerg.
</p>

</body>
</html>