Html me name attributee get personality

Tell us what’s happening:
Your checkboxes should be given the name attribute of personality .

Your code so far
Indoor

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

<label for="door"><input id="door" type="checkbox" name="personality"> Outdoor</label>

<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<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="/submit-cat-photo">
  <label for="indoor"><input id="indoor" type="checkbox" name="pesonality"> Indoor</label>
  <label for="outdoor"><input id="outdoor" type="checkbox" name="personality"> loving</label>
  <label for="door"><input id="door" type="checkbox" name="personality"> Outdoor</label>
  <input type="text" placeholder="cat photo URL" required>
  <button type="submit">Submit</button>
</form>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36.

Challenge: Create a Set of Checkboxes

Link to the challenge:

Hey!

You have misspelled “personality” once for the first checkbox.

Change it and run the tests again.

Happy coding! :slight_smile:

Checkout Your first “label” buddy
there is a spelling mistake !