- 2
WEB DEVELOPMENT FUNDAMENTAL 24.2 CODE REPO
What's wrong with the syntax? It seems i can't understand then instructions or its just the apps. Instructions: Add <br> elements after the <label> tags, so that the number field appears after the label, on a new line. - Wrap each section element into <div> tags, and provide them a class="form-section". - Now we will have 3 "form-section" elements. Two of them will contain the labels and their corresponding fields, while the 2rd one will contain the button. https://code.sololearn.com/WoSes6o1oYlP/?ref=app
2 Respostas
0
As you can see in the instructions, write EACH SECTION ELEMENT into div tags. On my code, there's only 2 sections then why does it says "Now, we will have 3 "form-section"?
0
Checked your profile and it seems that you already finished this course, if you don't mind kindly checked again this specific code repo and indicate what's is missing on my codes. Appreciate it a lot, thanks!