Each of your radio button elements should be added within the form tag?

![image|528x54](upload
//xGNPlWR1uvqKHrWq4J62BIVm6fC.png)
pls help stuck for a long time
solveed!!

https://gyazo.com/08fc2804d537db3a3622fdba37a295f4

https://gyazo.com/1badc61fab7e369178b323121922776e
im stuck and i really wanna move forward and make progress

Hey there. first you need your labels nested in the form, then nest your inputs(type=“radio”)in between the labels. Next you need an id="" for each radio input and an for=“id” for each label. Each radio button needs a name which is identical to make them a group.Hope this helps, good luck.