question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tribute Page Project Instruction about using figure tag

See original GitHub issue

Affected page Add a link to the coding challenge with the problem. https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-tribute-page

User Story no. 3 mentions using a div tag with id="img-div" but your test and sample allow and uses a <figure> tag. The instruction needs to reflect this change.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lasjorgcommented, Jun 7, 2021

I guess that’s true. We (sort of silently) added the support for the figure element to allow for more semantic HTML. The problem is the awkwardly named id which we can’t change without breaking backward compatibility with already finished projects.

User Story #3: I should see a div or figure element with a corresponding id=“img-div”.

Asking the student to add a figure element with an id of img-div is awkward. But I guess there really isn’t much we can do about it. I’m willing to allow the addition to the user story.

0reactions
raisedadeadcommented, Jun 8, 2021

Thanks, everyone. Closing as a wontfix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Design a Tribute Page using HTML & CSS - GeeksforGeeks
In this article, we are creating a tribute webpage of Late A.P.J. Abdul Kalam Sir using HTML and CSS. We will add an...
Read more >
Build a Tribute Page - cherylhartman - WordPress.com
User Story #1: My tribute page should have an element with a corresponding id=”main”, which contains all other elements. Ex: <main id=”main”> </main>....
Read more >
freeCodeCamp: TRIBUTE PAGE | PROJECT SOLUTION
Are You A Coding Expert? Take Our Free Quiz and Find Out: https://www.dorscodingschool.com/quiz▻ Free Discord Group: ...
Read more >
Build a Tribute Page - HTML-CSS - The freeCodeCamp Forum
my figcaption with id=“img-caption” is not empty, I don't really know where my mistakes are, can anybody give me a hint or help...
Read more >
How To Design a Tribute Page with Basic HTML5 & CSS3
Now, let us start discussing (or understanding) the components of the Tribute page I built with HTML5 & CSS3 step by step ....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found