Adding value to radio buttons

        <label>Definitely<input type="radio" value="definitely" name="recommondation"></label>
        <label>Maybe<input type="radio" value="maybe" name="recommondation"></label>
        <label>Not sure<input type="radio" value"not sure" name="recommondation"></label>
        <label>No<input type="radio" value="no" name="recommondation"></label>

ERROR: All your radio buttons should have a value attribute and value.

I cant find it.

this value here seems bugy ,probably because of the space in between the words ,try a diffrent format

It doesnt work without the space

i don’t know what the chalenge says it should be ,you have to do it as the chaleng says,or you can add the link to chalenge

You did not assign the value correctly in this element.

THANKS :joy: i have to learn how to read

The devil is in the details :). Happy coding!

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