Is your cat an indoor or outdoor cat?
Indoor
Outdoor
What's your cat's personality?
Loving
Lazy
Energetic
<fieldset>
<legend>Is your cat an indoor or outdoor cat?</legend>
<label><input id checked="indoor" type="radio" name="indoor-outdoor" value="indoor"> Indoor</label>
<label><input id="outdoor" type="radio" name="indoor-outdoor" value="outdoor"> Outdoor</label>
</fieldset>
<fieldset>
<legend>What's your cat's personality?</legend>
<input id="loving" type="checkbox" name="personality" value="loving"> <label for="loving">Loving</label>
<input id="lazy" type="checkbox" name="personality" value="lazy"> <label for="lazy">Lazy</label>
<input id="energetic" type="checkbox" name="personality" value="energetic"> <label for="energetic"> Energetic</label>
</fieldset>
Hello,
Can you explain the issue in your own words.
thank you i did manage to solve it
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.