Technical Documentation - by LevelZeroCoder

Hi,
I’ve completed the fourth project from Responsive web design section, Technical Documentation. Link below,

Welcome all feedback and corrections. Thanks in advance.

Your page looks good @levelzerocodings. Some things to revisit;

  • Run your HTML code through the W3C validator.
    There is an HTML syntax/coding error you should be aware of and address. (you should use the html entity for the < in your code snippet)
    Since copy/paste from codepen you can ignore the first warning and first two errors.

  • Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upxper 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). (there’s a typo to take care of)
    Additionally, there’s a typo in the body selector that codepen’s analyze tool misses
    font-family: "PT Sans", Sans serif;

    (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.