oldoc63 / learningHTML

Learning HTML with Codecademy and GitHub
0 stars 0 forks source link

min and max length for username added #28 #29

Closed oldoc63 closed 3 years ago

oldoc63 commented 3 years ago

For the login form, we want our users to have usernames that are at least 3 characters and at most 15. To the input with an id of "username", add the following attributes and values were added:

a minlength of "3"
a maxlength of "15"