Project 61 - Could someone please help me understand what is the error on my code? I tried different ways to add the checked attribute but I still get the error.
Step 61:
In order to make a checkbox checked or radio button selected by default, you need to add the checked attribute to it. There’s no need to set a value to the checked attribute. Instead, just add the word checked to the input element, making sure there is space between it and other attributes.
Make the first radio button and the first checkbox selected by default.
My Code:
Is your cat an indoor or outdoor cat?
Indoor
Outdoor
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!