WEB DEVELOPMENT FUNDAMENTAL 24.2 CODE REPO | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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

9th Oct 2022, 9:27 AM
Al3xooom
Al3xooom - avatar
5 Answers
0
You need to wrap each element given in the assignment in a block <div class="form-section"</div> That's what it says in the assignment. If it still doesn't work, write
9th Oct 2022, 3:28 PM
Knight
Knight - avatar
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"?
10th Oct 2022, 1:02 AM
Al3xooom
Al3xooom - avatar
0
You may need to add another section
10th Oct 2022, 5:33 AM
Knight
Knight - avatar
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!
10th Oct 2022, 5:42 AM
Al3xooom
Al3xooom - avatar
0
I'm not a subscriber and I can't go through this repo code, I'm aware of "web development foundation"
10th Oct 2022, 5:48 AM
Knight
Knight - avatar