HTML learning - work

Hey guys, I am stuck here. Tried couple of things, but did not work. I don’t think I have understood well what the question wants. Can someone help me with that ?

You can use radio buttons for questions where you want only one answer out of multiple options.

Here is an example of a radio button with the option of cat: <input type="radio"> cat. Remember that input elements are self-closing.

Before the text input, add a radio button with the option set as:

Indoor

Welcome to FFC forum. Using the example provided in the instructions, create a input type radio before your input type text, and add Indoor text after the input radio.

Example

<input attribute="value"> text 

You need to replace attribute with type and value with radio and text with Indoor.
@Atc90

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