Latest solutions
Latest comments
- @Anna-Robin-Elif@Hummel20
Your project looks really nice! In my opinion maybe: Instead of <div class="button"><p><strong>Learning</strong></p></div>, consider using <button> or <span role="button"> if it is actually a button. If it’s just a label, then maybe <span> or <mark> would be better.
It’s better to put the publication date inside a <time datetime="2023-12-21">Published 21 Dec 2023</time> tag.
The .button class suggests a button, but inside you have a paragraph. If it’s meant to be interactive, use a <button> instead of a <div> with a <p>.
- @Murad079What are you most proud of, and what would you do differently next time?
1:my code is normal nothing special 2:making the code more clear and simple
What challenges did you encounter, and how did you overcome them?1:to know how to understand the files and how to work withe them and to know how to work with some tools as figma understanding the content of files 2:just serched on inernet and when i stuck i used the AI or tesed things on my self it take from me days before i even open vscode
What specific areas of your project would you like help with?all things apical the clarity of the code and about what is that i wrote that can be better or deleted and about the structure of the html and css
@Hummel20- page content should be contained by landmarks, eg. instead of
- Every page should have an <h1> heading – this is the most important heading, informing about the page's content. Instead of <p class="p1">Improve your front-end skills by building projects</p> I will put <h1 class="text_bold">Improve your front-end<br>skills by building projects<br><br>