diff --git a/README.md b/README.md index 2f8a4b2..913b614 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,4 @@ * [Semantische Tags](html/semantik.html) * [Seitenstruktur](html/struktur.html) * [Kopfbereich](html/header.html) - * [Formulare](html/formular.html) - + * [Formulare](html/formular.html) \ No newline at end of file diff --git a/html/formulare.html b/html/formulare.html new file mode 100644 index 0000000..b6f9855 --- /dev/null +++ b/html/formulare.html @@ -0,0 +1,27 @@ + + + + + + + + HTML Struktur + + + + + +
+

Formulare in Webseiten

+
+
+ Persönliche Daten + + + +
+
+
+ + + \ No newline at end of file diff --git a/html/struktur.html b/html/struktur.html index bff16d3..8b759cd 100644 --- a/html/struktur.html +++ b/html/struktur.html @@ -60,7 +60,7 @@
-

Globale HTML Attribute

+

Globale HTML Attribute

HTML-Tags können durch Attribute erweitert werden. Attribute sind immer ein Paar aus einem Namen und einem Wert name="value".

Neben den speziellen Attributen für bestimmte Tags (wie src="bild.jpg" für das img-Tag oder href="test.html" für das a-Tag ) gibt es die globalen oder universellen Attribute, die in nahezu jedem HTML-Tag eingesetzt werden können