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

banner
Close banner
0 points
Submitted by Taylor Carstens
over 8 years

5/14 [resolved] "Add a second div class..."?

Error Message: Oops, try again. Add a second div class=”col-md-4”../div in the div class=”row”../div.

(I took out the “<>” so that the phrase was readable). What am I missing? I tried resetting the code multiple times to make sure my beginnings and endings were lining up, but no luck :(

 <div class="neighborhood-guides">
      <div class="container">
       <h2>Neighborhood Guides</h2>
        <p>Not sure where to stay? We've created neighborhood guides for cities all around the world."</p>
        
       <div class="row">
            <div class="col-md-4">
            </div>
        
            <div class-"col-md-4">
            </div>
        
            <div class="col-md-4">
            </div>
       </div>
      </div>
     </div>

Answer 55ec61ac86f552bacf000142

0 votes

Permalink

Hi Taylor,

This is the line with the problem:

<div class-"col-md-4">

Can you see it now?

points
Submitted by Judy
over 8 years

2 comments

Taylor Carstens over 8 years

Ah, YES!

Judy over 8 years

Good work!