From 1d3d2dfff13a15b75bccf5ce01f1d48739ce2b86 Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 14 Feb 2020 11:05:52 +0100 Subject: [PATCH] formular --- README.md | 3 +-- html/formulare.html | 27 +++++++++++++++++++++++++++ html/struktur.html | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 html/formulare.html 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