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

78 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<title> About Me </title>
<meta charset="UTF-8">
</head>
<body>
<p> Here you get ( o-o)~[ 20&#x20AC; ] </p>
<p> Now you have to get me an A++ (ò-ó) </p>
<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>
<h1> This is real, this is me</h1>
<h2> This is exactly, where I'm supposed to be ♫ </h2>
<h4> Damit das "about mew!" mal gerechtfertigt ist:</h4>
<p> Mew is also a Pokémon! </p>
<embed src="files/pokeball.png" width="200" height="240" />
<div>
<label>Süß, oder?</label>
<input type="checkbox">
</div>
<table>
<tr>
<th> Hello </th>
<th> I'm </th>
<th> a </th>
<th> table </th>
</tr>
<tr>
<td> a table </td>
<td> without css </td>
<td> is </td>
<td> ugly </td>
</tr>
<tr>
<td> a table </td>
<td> without css </td>
<td> is </td>
<td> ugly </td>
</tr>
</table> <br>
<img src="files/robin-redbreast-in-tree-5038867_640.jpg" alt="Cheep Cheep, I'm a Sheep" width="200" height="200" /> <br><br>
<div>
Quick Mafs! <br>
<code>
x = 5; <br>
y = 3; <br>
x + y = 8;
</code>
</div>
<ol>
<li> Ich kann schon </li>
<li> den Zahlenbereich </li>
<li> von 1 bis 20 </li>
</ol>
</body>
</html>