Radio Tag
Radio in a formmessywebdev
plain_text
2 years ago
266 B
7
Indexable
<form> <h2>Title:</h2> <input type="radio" name="title" id="mr"> <label for="mr">Mr</label><br> <input type="radio" name="title" id="ms"> <label for="ms">Ms</label><br> <input type="radio" name="title" id="mrs"> <label for="mrs">Mrs</label> </form>
Editor is loading...