HTML Registration Form-Step 28

Could someone help me with this step. Finally was able to load it up and can’t figure it out. Totally new to this.

Hey
Just add a legend below the fieldset and to the first input add an attribute checked this makes the radio button to be checked or have a marker by default

<legend>text here</legend>
<input type="#"  name="#" checked>

Happy coding

1 Like

Please post your actual code instead of a screenshot. Also, please post a link to the Step. Thanks

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.