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