Tell us what’s happening:
not sure whats wrong?
Your code so far
<legend>What's your cat's personality?</legend>
<input id="loving" type="checkbox">loving <label for="loving"> loving </label>
</fieldset>
<input type="text" name="catphotourl" placeholder="cat photo URL" required>
<button type="submit">Submit</button>
</form>
</section>
</main>
```
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 56