I don't understand where my mistake is .They say my mistake is Each of your div elements should have a closing tag

type or paste code here
```<div class="row">
  <div class="col-xs-4">
  <button class="btn btn-block btn-primary">Like</button>
  </div>
  <div class="col-xs-4">
  <button class="btn btn-block btn-info">Info</button>
  </div>
  <div class="col-xs-4">
  <button class="btn btn-block btn-danger">Delete</button></div>
  </div>

Welcome @Maruf !

Could you please post the complete code? As well, please state, in your own words, what the problem is and any error message received when submitted.
If this is from a step in the course, please use the Help to post the code and the problem. This will allow the community to see the step and test to find guidance for you.

Happy coding! :monkey_face:

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