Look Mom! I made tis Survey Form :>

https://codepen.io/jasonkwm/full/qBqNMWy

2 Likes

Welcome back @jasonkwm. Your form looks okay. 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.
    • On a side note, the test script being JS would not run correctly if placed in the head element. It belongs right before the closing body tag. Codepen is forgiving which is why it works here.
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.

On a side note. Don’t try and replicate the sample project. The instructions say to make yours “functionally similar” and to “give it your own personal style”.

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