Create a custom heading

Why is this telling me Make sure each of your div elements has a closing tag.

CatPhotoApp

<div class="col-xs-4">
<a href="#"><img class="img-responsive thick- green-border" src="https://bit.ly/fcc-relaxing-cat"></a>

Everything looks perfect to me.

Nope, you are forgetting the closing tag </div> Check it!

1 Like
    <div class="col-xs-4">
<a href="#"><img class="img-responsive thick-green-border" src="https://bit.ly/fcc-relaxing-cat"></a>
   </div>

try it