Submitted 10 months ago
Composant de tableau des dépenses utilisant HTML, CSS, JavaScript et C
@gery-guedegbe
Design comparison
SolutionDesign
Community feedback
- @BlackpachamamePosted 10 months ago
Greetings! you have done a great job 😎
📌 Some accessibility and semantics recommendations for your HTML
- To improve the semantics of your HTML, you can change your
<div class="card">
to a<main class="card">
and the<div class="attribution">
to a<footer class="attribution">
- Texts must always go in a header or paragraph tag. Think about which label makes the most sense for each thing
- Just because it looks bigger does not mean that this text is your main title
Marked as helpful0@gery-guedegbePosted 10 months agoMerci pour tes conseils éclairés sur mon code. Tes idées ont vraiment fait la différence ! @Blackpachamame
1 - To improve the semantics of your HTML, you can change your
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord