im currently trying to style my javascript quiz by replacing the "submit answer" button with a image so instead of clicking the button to submit user can click the image. The button once clicked executes a function which checks the answer.
Here is the original button code ive used, any ideas how to replace with image>
"<button onclick='checkAnswer()'>Submit Answer</button>";
many thanks