diff --git a/1-the-basics/basics.html b/1-the-basics/basics.html new file mode 100644 index 0000000..e69de29 diff --git a/4-forms-validations/form.html b/4-forms-validations/form.html new file mode 100644 index 0000000..3a8ad48 --- /dev/null +++ b/4-forms-validations/form.html @@ -0,0 +1,43 @@ + + + + + + + Formulario de validación + + + +
+ + + +
+ + + +
+ Hombre + + Mujer
+ + + +

Hobbis

+ +
+ +
+ +
+ +
+ + + +
+ + + \ No newline at end of file diff --git a/5-Accessibility/accesible-form.html b/5-Accessibility/accesible-form.html new file mode 100644 index 0000000..b228d89 --- /dev/null +++ b/5-Accessibility/accesible-form.html @@ -0,0 +1,40 @@ + + + + + + + document + + + +
+
+ Please enter your contact details + +
+ +
+ + +
+
+ Please select the courses that you are interested in (required): + +
+ +
+ +
+ +
+ +
+ Please enter a massage (optional): + +
+ + +
+ + \ No newline at end of file