Learn HTML by Building a Cat Photo App - Step 46

stuck on step 46? plz help. not sure what im doin wrong.

Nest another radio button with the option Outdoor in a new label element. The new radio button should be placed after the first one. Also, set its id attribute value to:

outdoor

<label> <input id="outdoor" type="radio"> outdoor </label>
          <label> <input id="indoor" type="radio"> indoor </label>

Test

Sorry, your code does not pass. Try again.

Hint

Your new radio button and associated label should be below the first one. You have them in the wrong order.

Read the instructions carefully:

“The new radio button should be placed after the first one.”

Also:

“Nest another radio button with the option Outdoor in a new label element.”

Capitalization matters.

:+1: :+1: :+1: :+1: :+1: :+1: :+1: :+1: :+1: :+1: :+1: :+1: :+1: :+1: :+1: :+1:thx

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