diff --git a/progp/9-11-24/form.html b/progp/9-11-24/form.html
new file mode 100644
index 0000000..38212fc
--- /dev/null
+++ b/progp/9-11-24/form.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+ HTML-Formular
+
+
+
+
+
+
+ HTML-Formular
+ Inputfeld
+
+
+
+
\ No newline at end of file
diff --git a/progp/9-11-24/style.css b/progp/9-11-24/style.css
new file mode 100644
index 0000000..3e0bff9
--- /dev/null
+++ b/progp/9-11-24/style.css
@@ -0,0 +1,5 @@
+div {
+ border: 1px solid silver;
+ margin: 8px 0; /*Aussenabstand oben/unten 8px*/
+ padding: 4px; /*innenabstand überall 8px*/
+}
\ No newline at end of file