From 87451e9a113bf4f3ca7a0af3bc2d95124e22991f Mon Sep 17 00:00:00 2001 From: mayravargasbecerra13 Date: Thu, 30 Jun 2022 16:11:40 -0500 Subject: [PATCH 1/2] agregue basics.html --- 1-the-basics/basics.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 1-the-basics/basics.html diff --git a/1-the-basics/basics.html b/1-the-basics/basics.html new file mode 100644 index 0000000..e69de29 From c5b63958c5b128195d0bb8833f8d1cd50757ef0a Mon Sep 17 00:00:00 2001 From: mayravargasbecerra13 Date: Tue, 12 Jul 2022 16:50:59 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Formulario=20de=20validaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 4-forms-validations/form.html | 43 +++++++++++++++++++++++++++++ 5-Accessibility/accesible-form.html | 40 +++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 4-forms-validations/form.html create mode 100644 5-Accessibility/accesible-form.html 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