freeCodeCamp / testable-projects-fcc

Test suite for freeCodeCamp's legacy Codepen-based Curriculum
BSD 3-Clause "New" or "Revised" License
177 stars 112 forks source link

Project #1: Tribute Page #450

Closed tommy5tt closed 6 years ago

tommy5tt commented 6 years ago

Starting from -- (User Story #5: Within the img-div element, I should see an element with a corresponding id="img-caption" that contains textual content describing the image shown in img-div.) -- all my input has failed testing.

Issue Description

Browser Information

Your Code / Link to Your Pen

link:  https://codepen.io/tommy5tt/pen/vaNdwJ

Code:

div id="main">
  <div id="title"></div>
  <div id="img-div">
    <img id="image">
    <div id="img-caption"></div>
  </div>
  <div id="tribute-info"></div>
  <a id="tribute-link" target="_blank"></a>
</div>

Screenshot

fcc

tommy5tt commented 6 years ago

thanks @tbushman. I will implement. However, I thought the img tag was a self closing tag

mhw0001 commented 4 years ago

can someone please help me with this instruction? "My tribute page should have an element with a corresponding id="main", which contains all other elements." What do they mean about . corresponding id="main", should contains all other elements?

Ryuno-Ki commented 4 years ago

It's a wrapping element around everything else in the HTML pane.