This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Kajan Kanesh
almost 9 years

7/14 Whats wrong with this code?

<div class=row>
     <div class="col-md-4">
       <div class="thumbnail">
        <img src="http://goo.gl/0sX3jq">
     </div>
       </div>
          
    <div class="thumbnail">
        <img src="http://goo.gl/an2HXY" >
     </div>
       
      <div class="col-md-4">
         <img src="http://goo.gl/Av1pac">
      </div>
         <div class="thumbnail">
          <img src="http://goo.gl/vw43v1">
         </div>
      </div>
       <div class="col-md-4">
        <div class="thumbnail">
       <img src="http://goo.gl/0Kd7UO">
       </div>
        </div>
      </div>
      </div>

Answer 558166e0d3292f9b7e00051b

0 votes

Permalink

HI Kajan Kanesh,

  • the first column should have two thumbnails, you only have one. That column has been closed too soon so the second thumbnail has been excluded
  • in the second column there is an img element that isn’t inside a thumbnail div like it should be
points
Submitted by Judy
almost 9 years