diff --git a/README.md b/README.md
index d1743be..fd2bcfd 100644
--- a/README.md
+++ b/README.md
@@ -24,4 +24,5 @@
* [Browser Test](https://html5test.com/)
### Interne Links
- * [Semantische Tags](html/semantic.html)
\ No newline at end of file
+ * [Semantische Tags](html/semantik.html)
+ * [Seitenstruktur](html/struktur.html)
\ No newline at end of file
diff --git a/html/semantik.html b/html/semantik.html
new file mode 100644
index 0000000..c7ed5cf
--- /dev/null
+++ b/html/semantik.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+ HTML Semantic Tags
+
+
+
+
+
+
+
+ HTML Semantische Tags
+
+
+
+ <abbr> Abbreviation
+ <acronym> Acronym
+ <blockquote> Long quotation
+ <dfn> Definition
+ <address> Address for author(s) of the document
+ <cite> Citation
+ <code> Code reference
+ <tt> Teletype text
+ <div> Logical division
+ <span> Generic inline style container
+ <del> Deleted text
+ <ins> Inserted text
+ <em> Emphasis
+ <strong> Strong emphasis
+ <h1> First-level headline
+ <h2> Second-level headline
+ <h3> Third-level headline
+ <h4> Fourth-level headline
+ <h5> Fifth-level headline
+ <h6> Sixth-level headline
+ <hr> Thematic break
+ <kbd> Text to be entered by the user
+ <pre> Pre-formatted text
+ <q> Short inline quotation
+ <samp> Sample output
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/html/struktur.html b/html/struktur.html
new file mode 100644
index 0000000..8388442
--- /dev/null
+++ b/html/struktur.html
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+ HTML Struktur
+
+
+
+
+
+
+
+
+
+
+
+ HTML5 Struktur einer Webseite
+
+ Artikel 1
+
+
+ <!DOCTYPE html>
+ <html lang="de">
+ <head>
+ <meta charset="UTF-8">
+ <title>HTML Struktur</title>
+ </head>
+ <body>
+ <header>
+ <nav>
+ <ul>
+ </nav>
+ </header>
+ <main>
+ <h1>Html Struktur einer Webseite</h1>
+ <article>
+ <h2>Artikel 1</h1>
+ </article>
+ <aside>
+ <h2>Artikel 2</h2>
+ </aside>
+ </main>
+ <footer>
+ </footer>
+ </body>
+ </html>
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/img/logo.svg b/img/logo.svg
new file mode 100644
index 0000000..ed125b9
--- /dev/null
+++ b/img/logo.svg
@@ -0,0 +1,28 @@
+
+