Hi I hope you can help me. I have finished my survey form and I ran the html code through a validator.
The main issue is that it says p elements (for Name and email and number) are not allowed inside a label element. However if I remove the p element the text moves too close to the input box.
Any ideas on how to keep the style I currently have without using the p elements? I have tried styling the label elements but this doesn’t seem to do anything.