Guys this is my project for the documentation page.Please check it once.Those who have been watching my work plz see and tell if I am making any progress.Your comments encourage me to work harder.
Thanksdocumentation project
Hey, I glanced over it and it looked pretty good.
The only thing I noticed was a lack of using heading markup (like h2
).
The other thing that popped to me was the lack of consistent formatting of code. I would highly recommend getting used to some standard formatting - it will make your life easier and make other coders not hate you. It seems like a pain but it saves you a lot of time in the future. Codepen even has build in formatters, in the pulldown menu in the upper rights of the code panes.
But still, it looks good, have fun on the next one.
Your page looks good @Vinitrai. In addition to the aforementioned comments, some things to revisit;
- Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective ‘Analyze’ link.
- The one for CSS is good. Use it and address the issue(s). (That is not the way to comment in CSS)
- (The one for HTML misses things which is why I recommend W3C)
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.