@shibuwdSubmitted over 3 years ago
I appreciate any kind of feedback. Please feel free to give me any advice to improve my code.
I appreciate any kind of feedback. Please feel free to give me any advice to improve my code.
Hi Shibu7, I have reviewed your code. All code seems pretty well and the design is looking nice. There are some suggestions I would like to give regarding HTML markup.
1- No use of header tag: There should be a header tag that will contain the heading section i.e. navigation of the page.
2- No use of the main tag: There should be the main tag after the header element and all of the section elements should be encapsulated into it.
3- Semantically and for SEO purposes only one h1 element is considered as best practice. You can use h2 and h3 elements for the lower-level headings.
I hope these suggestions are helpful. Thank you!