<script> function showGood() { document.getElementById('result').innerHTML = 'Wahh'; } function showBad() { document.getElementById('result').innerHTML = 'Oh no, Bad option selected!'; } </script># abc.github.io