Help with Web Dev project
I am currently taking the course on Web Dev. We are creating a ticketing website for the Eiffel Tower. This a link to my current page: https://code.sololearn.com/W6ByrX2VUymq/?ref=app At the bottom of the page we are suppose to have the form displaying "Adults" and "Children" labels on one line with their respective numbers directly under each label with the "Buy" button to the right of the form. The instructions say to remove the original <br> tags that put each element on a seperate line and then to add them after the labels so that the numbers fields are on a seperate line. Everytime I end up with the Adults text on top with its number field below it and the Childten text on that same line with its field below the Adults number field. How do I fix this to get whats expected?