Hi!
https://codepen.io/Vayatel/pen/dyOReMG
One test isn’t completed. I’m stuck as to why. Does someone know? Am I wrong for posting about such minor things?
hi, the error messages are often very revealing on what is wrong:
- Inside the form element, I can select a field from one or more groups of radio buttons. Each group should be grouped using the name attribute. Each radio button must have a value attribute.
There should be at least 2 radio buttons : expected 0 to be at least 2
Your form does not contain any radio buttons.
And it’s never wrong to ask for help, however this project is part of the HTML/CSS certification and might have gotten more responses sooner on HTML/CSS subforum instead of here on Javascript.
Hi @SergeSolkatten !
I just moved your post over to the html section since this is not a javascript problem.
Also, please do not use inline styles like this
style='font-family: lexend, sans-serif;
font-size: 23px;
margin: 0px 0px 0px 10px;
There are a lot of places where you are using inline styles.
You need to move all of those to the css section.
Hope that helps!
you just didn’n use any radio button
if you use them you’ll be ok
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.