Where can I set the form tag?

hi i need help it say " Each of your radio button elements should be added within the form tag." and i dont know where i can set the form tag

<label>
  <input type="radio" name="indoor-outdoor">Indoor
  </label>

<label>
  <input type="radio" name="indoor-outdoor">Outdoor
  </label>
</main>

Pls post your code so we can understand the problem

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

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