Hi @talikotibasavaraj94. Welcome to FCC.
Have you understood the explanation of radio buttons? If not I encourage you to read through again and be specific about what you haven’t understood. You can also google “How to create radio buttons in HTML”. There are a number of easy-to-understand articles out there.
To set you off, a radio button is an input element of type radio wrapped within its own label element. It looks like:
label element is for several elements such as , , .
it has attribute named “for” that is select the tag it’s aim-to explain elements. you can ignore it right now, and try to understand it later.