How to Create a Set of Radio Buttons?

My problem is how to do it
please exlain me how to complete this chalenge

  **This is my code which is in challenge**

<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<form action="https://www.freecatphotoapp.com/submit-cat-photo">
  <input type="text" placeholder="cat photo URL" required>
  <button type="submit">Submit</button>
</form>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36

Challenge: Create a Set of Radio Buttons

Link to the challenge:

I AM SHARING YOU SCREENSHOT OF MY CODE

We don’t need pictures of code - we can plug your code into the challenge and see for ourselves.

Did you try following the instructions? There are examples of how to create radio buttons. You need to add two of those in your form, making the necessary changes.

Before I explain the tutorial, check to see if you are using Dark mode, or another browser extension. There are some problems using Dark Mode with freeCodeCamp.

give me a solution .I will try

That’s not how this works. This is a learning platform. I’m not going to give you the solution to cut and paste.

If you have a solution that you think should work but doesn’t, post it and we can help you understand.

If you have a question about something in the challenge, then please ask a specific question.

We’re here to help. But the goal is for you to learn.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.