"Responsively Style Checkboxes"

Tell us what’s happening:
( red X -Make sure each of your div elements has a closing tag.)they look closed to me, am i misplacing a closing tag?)

Your code so far

<div class="row">
  
  <div class="col-xs-6">
    <label><input type="radio" name="indoor-outdoor"> Indoor</label>
  </div>
  
  <div class="col-xs-6">
    <label><input type="radio" name="indoor-outdoor"> Outdoor</label>
  </div>

<div class="col-xs-4"><label><input type="checkbox" name="personality"> Loving</label></div>
  
<div class="col-xs-4"><label><input type="checkbox" name="personality"> Lazy</label></div>
  
<div class="col-xs-4"><label><input type="checkbox" name="personality"> Crazy</label></div>
  
<input type="text" placeholder="cat photo URL" required>
<button type="submit">Submit</button>

okay so some how adding a extra </div next to another worked, i don tfully under stand how the heck that worked, but alrightey then. EXAMPLE below. (i think i glitched the system that allowed me to pass)

<div class="row">
    <div class="col-xs-4">
      <label><input type="checkbox" name="personality"> Loving</label></div>
      
    <div class="col-xs-4">
      <label><input type="checkbox" name="personality"> Lazy</label></div></div>
      
    <div class="col-xs-4">
      <label><input type="checkbox" name="personality"> Crazy</label></div></div>
      
    <input type="text" placeholder="cat photo URL" required>
    <button type="submit">Submit</button>

You only needed one </div> at the end.

1 Like

thx man, i was confused on this one for a while i failed to under stand why i needed so many 's, in the original i did have a at the end i just did not copy it it seems, but yes you are right i did need that evan so with it i needed to: to let the system give me a pass so i could move on, i believe i came across a glitch on 2 facts of evidence that 1 you tube video i watch he did it the right way and he got a pass and 2 a friend of mine that has worked this lesson did it the right way to and still passed, but when i did it it would not allow me, but i still made a not on how its properly done and turned it in just as you see above (including the at the end.) and moved on. thank you for your reply.

ps. sorry about the 9 day delay in my response, ive been busy on here when i log in, in those 9 days i made it to lesson :105, working 5 a day. so by the time i get done with those challenges
i exit out in a hurry and neglect to read any of my messages.