GIS-2020-SoSe/Aufgaben/Aufgabe_02_2020-05-06/portfolio.html

51 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<title> Portfolio </title>
<meta charset="UTF-8">
</head>
<body>
<h1> Willkommen auf meiner Website</h1>
<h3> Ich bin ein Fan davon, Anforderungen zu abusen </h3>
<h5> <del> Ich hab jetzt schon 3 HTML-Elemente </del> </h5>
<p> <b>Hier</b> kommt ihr zu den anderen Seiten </p>
<ul>
<li>
<a href="about_me.html"> About mew! </a>
</li>
<li>
<a href="contact.html"> Kontaktiere mich doch :3 </a>
</li>
<li>
<a href="portfolio.html"> Portfolio </a>
</li>
</ul>
<a href="#anchor"> Don't click on me </a> <br><br>
<div>
<label>Klick mal drauf, das könnte irgendwann hilfreich werden: </label>
<input type="color">
</div>
<button> Sinnloser Button. ACHTUNG! SINNLOS!!! </button> <br><br>
<iframe width="1280" height="720" src="https://www.youtube.com/embed/-8SY-1f6xn0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe> <br><br>
<p> Don't you dare pressing on the play-button! I warned you! </p>
<audio controls id="anchor">
<source src="files/Battle_Cry_High_Pitch.mp3" type="audio/ogg">
Your browser does not support the audio element.
</audio> <br>
</body>
</html>