Changed descriptions of id from properties to attributes (#47432)

* Changed descriptions of id from properties to attributes

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/62ff8b9dab5ac88e4d3d43a3.md

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/62ff8e998d3e7eae14d6ae3b.md

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/62ff919a7b5612c0670923a5.md

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
pull/47436/head
Arielle D 2022-09-02 11:58:08 -05:00 committed by GitHub
parent e5d352147d
commit 0718771168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ dashedName: step-17
Following accessibility best practices, link the `input` elements and the `label` elements together using the `for` attribute.
Use these values for the respective `id` properties: `first-name`, `last-name`, `email`, `new-password`
Use `first-name`, `last-name`, `email`, and `new-password` as values for the respective `id` attributes.
# --hints--

View File

@ -9,7 +9,7 @@ dashedName: step-28
Follow accessibility best practices by linking the `input` elements and the `label` elements in the second `fieldset`.
Use these values for the respective `id` properties: `personal-account`, `business-account`, `terms-and-conditions`
Use `personal-account`, `business-account`, and `terms-and-conditions` as values for the respective `id` attributes.
# --hints--

View File

@ -9,7 +9,7 @@ dashedName: step-37
Link the applicable form elements and their `label` elements together.
Use these values for the respective `id` properties: `profile-picture`, `age`, `referrer`, `bio`
Use `profile-picture`, `age`, `referrer`, and `bio` as values for the respective `id` attributes.
# --hints--