
Boris
@Blagoja95All comments
- @GuiSilveira@Blagoja95
Nice responsive page. You should add in every section h2-h6 to avoid errors generated by html validator. For validation, you can check if password have at least 8 characters. That's a standard practice. Good job
- @roshankcpkr@Blagoja95
All good. Nice job
- @batsy3@Blagoja95
Congratulation for finishing your first challenge. Some notes to take:
- To fix those report issues found on your project, try to semantic HTML, put all your elements inside <main> tag, use <h1> element insted of <p> like you used for your component. More info about Semantic HTML: https://www.freecodecamp.org/news/semantic-html5-elements/ -Try to make your components close as possible to the provided design.
All in all nice job, good luck.
Marked as helpful - @burnedfaceless@Blagoja95
Congratulation for finishing your first coding challenge. You should try something easier. Build some components first, improve your HTML/CSS, then go up to something more challenging. Solution for accessibility issues is to put all your content inside <main> tag. Nice JS. Keep up the good work! Good luck.