diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804dc.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804dc.md index 02fb679b9f7545..60711cc29a8653 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804dc.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804dc.md @@ -9,7 +9,7 @@ dashedName: step-46 You can use radio buttons for questions where you want only one answer out of multiple options. -Here is an example of a radio button with the option of `cat`: +Here is an example of a radio button with the text set as `cat`: ```html cat @@ -17,7 +17,7 @@ Here is an example of a radio button with the option of `cat`: Remember that an `input` element is a void element. -Before the text input, add a radio button with the option set as: +Before the text input, add a radio button with the text set as: `Indoor` diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804e2.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804e2.md index 14421aa91ffc25..6d87aebca73815 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804e2.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804e2.md @@ -9,7 +9,7 @@ dashedName: step-56 Forms commonly use checkboxes for questions that may have more than one answer. The `input` element with a `type` attribute set to `checkbox` creates a checkbox. -Under the `legend` element you just added, add an `input` with its `type` attribute set to `checkbox` and give it the option of: +Under the `legend` element you just added, add an `input` with its `type` attribute set to `checkbox` and its text set to: `Loving`