Completed! Technical Documentation Page

Going into this project I wasn’t as excited as others but after doing this one I actually liked it a lot and think it turned out good for something so simple. Let me know what you think and feel free to leave feedback! Thank you! :grinning:

CodePen: https://codepen.io/troy_b16/pen/dyZWbNN :point_left:

1 Like

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

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    For instance, links to fonts go in the box labeled ‘Stuff for <head>’
  • Run your HTML code through the W3C validator.
    There are HTML syntax/coding errors you should be aware of and address.
  • Change the ampersand to the HTML entity to be compliant with the reserved characters standard.
1 Like

Thank you for the response @Roma ! I will make sure to go through and try to fix what I can!

1 Like

Come back and ask questions if there something you do not understand.

1 Like

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