Latest solutions
Intro component with sign-up form - on Vue / VeeValidate / Sass
#accessibility#sass/scss#vue#bemSubmitted about 2 years agoInteractive rating component - Keyboard accessible form / Vanilla JS
#accessibility#bem#lighthouseSubmitted about 2 years ago
Latest comments
- @visualdenniss#framer-motion#gsap#react#animation@abobykin
WOW, it's really cool!
So good looking work, seems like you love your work & users. I made a task for myself to review your code carefully if I can find anything else after all guys of course (now it's just pretty late for my), but for now please take at least my respect so far Denis!
Thank you for your great efforts, it's really inspiring to learn (once again)!
- @Ola135@abobykin
Hello Ola! You did it well. Good.
Couple things coming to head to improve for you, cause I'm pretty sure that HTML validator is unhappy )))
- Could you please add
<main> Your main code }} </main>
This wrapper is needed inside
<body> here </body>
===
- It's also needed (According to https://www.w3.org/WAI/tutorials/page-structure/headings/) one
<h1></h1>
tag with a main heading on a page
Happy coding!
Marked as helpful - Could you please add