Follow accessibility best practices by linking the input elements and the label elements in the second fieldset.
Use personal-account, business-account, and terms-and-conditions as values for the respective id attributes.
Not sure where to start, was stuck yesterday and today and need some guidance i know that I have to link input and label in the second fieldset.
Should i copy and paste the first fieldset and make additional changes there ?
Also, should label go first or input ?
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
this exercise is just asking you to add some attributes.
id attributes to the inputs
for attributes to the labels
no elements need to be copied or added.
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.