79222013

Date: 2024-11-25 07:25:12
Score: 1
Natty:
Report link

Add the following script inside header tag and it will work fine as answered by imre

<script>
window.onload=check;
function check() {
  document.getElementById("r01").checked = true;
}
</script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sujit Gupta