<p> Choose your Favorite Animal:</p>

    <input type="radio" id="dog" name="animal">
    <label for="dog">Dog</label>
    <input type="radio" id="cat" name="animal">
    <label for="cat">Cat</label>
    <input type="radio" id="horse" name="animal">
    <label for="horse">Horse</label>
    <input type="radio" id="fox" name="animal">
    <label for="fox">Fox</label>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.