[Aufgaben] HTML Aufgaben hinzufügen

Die Aufganen zu HTML wurden hinzugefügt.
This commit is contained in:
Andre Meyering 2017-07-24 14:52:36 +02:00
parent 7b9fa19fc0
commit 5e41b6dfac
11 changed files with 194 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Grundstruktur einer HTML-Datei</title>
</head>
<body>
</body>
</html>