Would love some feedback on this technical documentation challenge from the responsive web design course.
https://codepen.io/bdurrant91/pen/jObRZwL
Many thanks!
Would love some feedback on this technical documentation challenge from the responsive web design course.
https://codepen.io/bdurrant91/pen/jObRZwL
Many thanks!
Page looks good @bdurrant91. Some things to revisit;
Side note;
body
element in HTML. (No need to include the body tags). For anything you want to add to <head>
click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
head
. If you do this locally and bring it up in a browser you’d never see the test script. That’s because it’s JS and it should be right before the closing body
tag.Thank you I’ll have a look over these points!