Wednesday 17 June 2020

10 Hours of Coding Hour 5


This hour I completed the fifth module of Codeacademy's course Introduction to HTML about Form Validation

Specifically, I learned that client-side validations happen in the browser before information is sent to a a server and that Form Validation is the concept of checking user inputted data with the data that is required. I also learned about form attributes that allow me to set the parameters of usernames and passwords. For example "maxlength" and "minlength" which control the amount of characters available for use.


Next Hour I will complete the sixth module about Semantic HTML.

No comments:

Post a Comment