<p> tag not appearing in my codepen form project

Hi, I am trying a lot of new stuff and somewhere along the way I messed up
The link to my project

and this is an image of the problem :

Looks like in your last option on testing 3 you didn’t full close off the option tag: you put
<option value="more than 2">More than two </option
you just missed the > at the end of the option.

1 Like

Dude I was stuck on this for at least 30 minutes. Jesus :smiley:
You saved probably 30 more.

Thank you, you rock! :smile:

1 Like

Yeah thats why I love it, small mistakes can cause giant headaches. I was stuck for awhile a long time ago because I put cosnt instead of const in my JavaScript.