blob: ba096be4dbb339ec48fb1acc2aef080dbd047de5 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<input class='invalid' id='i' type='radio' required name='i'>
<input class='notinvalid' type='radio'> <!-- adding this one so we don't have to create a second ref -->
</body>
</html>
|