Hi all, this is my first test and I’m stuck! It’s the last part I need to get correct. I have googled and searched this forum to no avail. I cannot see the error. As far as I can see I do have a <label element with the id=“label-name”
My code in the Survey test so far.
<!doctype html>
Survey
Please complete the survey.
<div class="form-group"
Name
Email
Age
Choose An Option
<input id="mayo" type="radio" value="mayo" name="sauce"
<input id="ketchup" type="radio" value="ketchup" name="sauce"
<input id="bacon" type="radio" value="bacon" name="flavor"
<input id="cheese" type="radio" value="cheese" name="flavor"
Extra Cheese
Extra Hot
<textarea id="text">Leave your comments here</textarea>
<input id="submit" type="submit"></input>
Could you please use the Help that appears after three unsuccessful attempts at any step in Responsive Web Design?
Currently, I am not seeing any label element tags at all.
Seeing the complete code, for both the html index and the css styles, allows the community to offer direct and accurate guidance.
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.
Oh my god, I can’t believed I looked at this so long and couldn’t see the missing closing tags on the div. Thanks so much for spending the time to help me. I really appreciate it.