3.4. The expected result of data from the previous slide (HTML)

<html>
  <h1>
    Weather on 2005-05-11
  </h1>
    <li>
      Time: 05:00, wind: 5.3, temperature: 13.0
    </li>
    <li>
      Time: 11:00, wind: 7.2, temperature: 15.2
    </li>
    <li>
      Time: 15:00, wind: 8.7, temperature: 18.1
    </li>
    <li>
      Time: 20:00, wind: 3.9, temperature: 16.5
    </li>
    <h3>
      Average temperature: 15.7
    </h3>
</html>