Listing 21.16. Rozwiązanie ćwiczenia 21.13
<!DOCTYPE html>
<html lang="pl">
  <head>
    <title>Ćwiczenie 21.13</title>
    <meta charset="UTF-8" />
    <base href="http://html5.gajdaw.pl/cwiczenia/21-13/" />
    <style>
    body {
        text-align: center;
        margin-top: 100px;
    }
    </style>
  </head>
<body>

<div>
    <img src="tulipany-1.jpg" alt="Zdjęcie tulipanów" />
    <img src="tulipany-2.jpg" alt="Zdjęcie tulipanów" />
</div>

</body>
</html>