Deleted comma (#34987)

This commit is contained in:
Leo
2019-01-28 18:18:42 +02:00
committed by Randell Dawson
parent 4e5addc9e7
commit 7f31aa807c

View File

@ -16,7 +16,7 @@ Here's an example:
## Instructions ## Instructions
<section id='instructions'> <section id='instructions'>
Camper Cat wants information about the ninja level of his users when they sign up for his email list. He's added a set of radio buttons, and learned from our last lesson to use label tags with <code>for</code> attributes for each choice. Go Camper Cat! However, his code still needs some help. Change the <code>div</code> tag surrounding the radio buttons to a <code>fieldset</code> tag, and change the <code>p</code> tag inside it to a <code>legend</code>. Camper Cat wants information about the ninja level of his users when they sign up for his email list. He's added a set of radio buttons and learned from our last lesson to use label tags with <code>for</code> attributes for each choice. Go Camper Cat! However, his code still needs some help. Change the <code>div</code> tag surrounding the radio buttons to a <code>fieldset</code> tag, and change the <code>p</code> tag inside it to a <code>legend</code>.
</section> </section>
## Tests ## Tests