Live Preview
- content/paths.html
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>LU05.A01 - Pfade</title>
</head>
<body>
<main>
<div>
<img src="./img/image01.png" width="487" alt="Hello World"/>
</div>
<div>
<audio src="./audio/song01.mp3" controls></audio>
</div>
<div>
<img src="../image02.png" height="372" alt="HelloWorld.html"/>
</div>
<div>
<img src="./image03.png" alt="Blockly"/>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/PhTp17k5hFY" title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
</main>
</body>
</html>
Kevin Maurizi, Marcel Suter