Challenge : /use-the-value-attribute-with-radio-buttons-and-checkboxes

Tell us what’s happening:
When pressing run, all seems fine, but its not completing.
Can’t tell whaere the error is.

Links destroyed because of “2 links in post rule”

Your code so far

<p>Things cats love:</p>

  <ul>

    <li>cat nip</li>

    <li>laser pointers</li>

    <li>lasagna</li>

  </ul>

  <p>Top 3 things cats hate:</p>

  <ol>

    <li>flea treatment</li>

    <li>thunder</li>

    <li>other cats</li>

  </ol>

  <form action=" ">

    <label for="indoor"><input id="indoor" value="indoor" type="radio" name="indoor-outdoor"> Indoor</label>

    <label for="outdoor"><input id="outdoor" value="outdoor" type="radio" name="indoor-outdoor"> Outdoor</label><br>

  <label for="loving"><input id="loving" value="loving" type="checkbox" name="personality"> Loving</label>

  <label for="lazy"><input id="lazy" value="lazy" type="checkbox" name="personality"> Lazy</label>

  <label for="energetic"><input id="energetic" value="energetic" type="checkbox" name="personality"> Energetic</label><br>

  <input type="text" placeholder="cat photo URL" required>

  <button type="submit">Submit</button>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0.

Challenge: Use the value attribute with Radio Buttons and Checkboxes

Link to the challenge:

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

what error are you getting?