Tribute Page Project Instruction about using figure tag
See original GitHub issueAffected 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:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Asking the student to add a
figure
element with an id ofimg-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.Thanks, everyone. Closing as a
wontfix
.