I dont why i cant go forward from here, all the code are correctly typed

The value attributes are supposed to be inside the inputs.
Not the labels.

You did that correctly earlier, but then you changed it.
Make sure the value attributes are in the correct tag.

For example,

<input value="indoor"

As mentioned earlier, you need to capitalize the first letter of each of the words here.

This needs to start with a capital I

This needs to start with a capital O

This needs to start with a capital L

This needs to start with a capital E

2 Likes