You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804dc.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ dashedName: step-46
9
9
10
10
You can use radio buttons for questions where you want only one answer out of multiple options.
11
11
12
-
Here is an example of a radio button with the option of`cat`:
12
+
Here is an example of a radio button with the text set as`cat`:
13
13
14
14
```html
15
15
<inputtype="radio"> cat
16
16
```
17
17
18
18
Remember that an `input` element is a void element.
19
19
20
-
Before the text input, add a radio button with the option set as:
20
+
Before the text input, add a radio button with the text set as:
Copy file name to clipboardExpand all lines: curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5ef9b03c81a63668521804e2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ dashedName: step-56
9
9
10
10
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.
11
11
12
-
Under the `legend` element you just added, add an `input` with its `type` attribute set to `checkbox` and give it the option of:
12
+
Under the `legend` element you just added, add an `input` with its `type` attribute set to `checkbox` and its text set to:
0 commit comments