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
bodyelement in the HTML editor. (No need to include thebodytags). 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
headelement. It belongs right before the closingbodytag. Codepen is forgiving which is why it works here.
- On a side note, the test script being JS would not run correctly if placed in the
- 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.