Skip to content

Commit 49ae7e6

Browse files
authored
Merge pull request #54 from labs404/master
readme revisions commit
2 parents 82a4866 + 37aa865 commit 49ae7e6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@
1414
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/html-forms-tutorial-exercises/blob/master/README.es.md) :es:*
1515
<!-- endhide -->
1616

17-
Forms are so important in the world of HTML, CSS and JavaScript that I decided to give them a special course to focus in all the inputs, buttons and elements that HTML brings by default to focus on interaction. During these exercises you will learn:
17+
Forms are so important in the world of HTML, CSS and Javascript that I decided to give them a special course to focus in all the inputs, buttons and elements that HTML brings by default to focus on interaction. During these exercises you will learn the following:
1818

19-
1. Using text inputs, text areas, date inputs and numeric inputs.
19+
1. How to use text inputs, text areas, date inputs and numeric inputs.
2020

21-
2. Using dropdowns.
21+
2. How to use dropdowns.
2222

23-
3. Form preventive validations.
23+
3. How to form preventive validations.
2424

25-
4. Styling a form.
25+
4. The difference between GET and POST.
26+
27+
5. Styling a form.
2628

2729
<!-- hide -->
2830
#### Before we start... other related tutorials

0 commit comments

Comments
 (0)