Hello! I think I did what the exercise asked, but I receive the message “Sorry, your code does not pass”.
My code is:
<label><input id = "outdoor" type = "radio">Outdoor</label>
So, it is a radio type input inside a new label, it has the id “outdoor” and the option “Outdoor”. Do I miss something or is it a bug at this step?
P.S. I clicked on the radio buttons and they remain selected, like check boxes. If they are radio type, only the current clicked button should remain selected.
Best practice is your first example with no spaces around the =
For Paragraph_2, the spaces will show up and possibly mess with your alignment settings (like align center or left) that you may use later. Best to not use unless you specifically need a space for some reason