Struggling with steps 12,14,15 and 16. I have no clue on how to nest the span element inside of a label. I’ve tried everything I can think of, but it isn’t working. I don’t get 12 either, since all of my inputs are labelled and with 16, the p element is right underneath the input element.
step 12 talks of ….element associated with them., check how to associate a label element to an input .
step 14, your span element should be nested inside each label element and the necessary text applied.
step 15, add this attribute plus the provided value to each span element.
Just take your time, do not rush.
Also, use this boilerplate, it’s the standard way to structure your code.
Look in the middle that place where the words are written in between the opening and closing tag of the label element that’s where u put the span element, then in between the span is the word like ‘Name: ’, ‘Email: ’
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.