A missed tag

Report a typo

Enter the name of the missing tag:

<!DOCTYPE html>
<html>
  <head>
    <title>Poll</title>
  </head>
  <body>
    <❓>
      <h1>The best pets are...?</h1>
      <input type="radio" name="theBestPetsAre" value="cats"> Cats
      <input type="radio" name="theBestPetsAre" value="dogs"> Dogs
      <br>
      <button type="submit">Cast your vote</button>
    </❓> 
  </body>
</html>
Enter a short text
___

Create a free account to access the full topic