Responsive Web Design Project Feedback is appreciated

Technical Documentation Challenge: https://codepen.io/AliHydr/pen/eYBdxrx

This looks real nice and is put together well. Not a lot to comment on since everything seems in order. But please put the FCC test suite back in so that people can verify you passed all the requirements.

The only thing I will mention is that the text on your page that looks like a heading (Introduction, Laws, Forces, etc…) should be marked up as a heading (<h2>). I know you need to have a <header> at the beginning of each section, but I don’t think there is anything preventing you from having an <h2> in the header. This is actually an accessibility requirement (things that look like headings on the page must be marked up as headings). You can find more info in the following article.

Heading off confusion: When do headings fail WCAG?

And then you should have one <h1> near the top of the page, which would be the “Classical Mechanics” heading.

But otherwise, very nicely done.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.