Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMUZ140886 Mandava
4,675 Pointscorrect me guys for challenge 3
challenge 3 0f 3 on paypal
<!DOCTYPE html>
<html>
<head>
<title>Ye Olde Ice Cream Shoppe</title>
</head>
<body>
<p>Your order has been created. What flavor of ice cream would you like to add to
<form action="process.php" method="post">
<label for="flavor">Flavor</label>
<select id= "flavor" name="flavor">
<option value="">— Select —</option>
<option value="Vanilla">Vanilla</option>
<option value="Chocolate">Chocolate</option>
<option value="Strawberry">Strawberry</option>
<option value="Cookie Dough">Cookie Dough</option>
</select>
<input type="submit" value="Update Order">
</form>
</body>
</html>
1 Answer
Mat Sanders
4,819 PointsI see nothing glaring but on line 13 I see a weird character between the = and " on the line. Make you haven't add something on accident.
Also telling us more then challenge 3 would help. Some have never done the course, and orders do change.
MUZ140886 Mandava
4,675 PointsMUZ140886 Mandava
4,675 Pointsi have tried to add requirements as the challenges requires and its not passing, thus i asked where actually between the lines should i correct the code, thanx Mark
MUZ140886 Mandava
4,675 PointsMUZ140886 Mandava
4,675 Pointsi have tried to add requirements as the challenges requires and its not passing, thus i asked where actually between the lines should i correct the code, thanx Mark
MUZ140886 Mandava
4,675 PointsMUZ140886 Mandava
4,675 Pointsi have tried to add requirements as the challenges requires and its not passing, thus i asked where actually between the lines should i correct the code, thanx Mark
Mat Sanders
4,819 PointsMat Sanders
4,819 PointsStill no clue what the problem is or what your trying to accomplish.