So basically I am making a programming. Within it I have a question, then I have a button. I can't get the button to display text when it is clicked. I have been writing:
<input type="button" value="Yes" onClick = "document.write ("text")">
<input type="button" value="No" onClick =...