Okay see this is how your code is: <label><input>instructed text</label>
But if you have text after an input element it is better to add a space before in-between your input element and your text.
Like this: <label><input> instructed text</label>
So just simply add a space before your instructed text in both your label elements.
We do not give the solution as it is in the forums, instead we can guide you to the solution by pointing out the mistakes or by hints. Just giving the solutions will not help you in the future as it is likely that you will not completely understand the mistakes and make the same mistake. Instead, we can guide you, and this will also help you in improving your problem-solving skills which are essential in programming.
Do you offer any juvenile friendly solutions to help with tasks whilst coding? I’m learning to do it where I need solutions moreover constant headaches!?
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
When you learn coding, you need to understand what you are doing, if the solutions was given to you, you would not be understanding.
Reset your code. Then after your input element, add a space and the the instructed text which is Personal and Business <label><input/>space-then instructed text</label>