multimedia.html

<!DOCTYPE html>
<html>
  <head>
    <title>Praktische Informatik 1</title>
  </head>
  <body>
    <h1>Kino mit Plugin</h1>

    <p><video src="../multimedia/apollo15.ogg"
              width="768" height="576" controls>
       </video></p>

    <p>Ein historischer Versuch bei der Apollo 15-Mission</p>
  </body>
</html>