Which line of HTML is written so that the function changeBackground() will execute when the user presses the button?

(1 point)
<button onclick= "Change the Background"> changeBackground()</button>
<button onsubmit="changeBackground()">Change the Background</button
<button onsubmit= "Change the Background"> changeBackground()</button>
<button onclick="change Background()">Change the Background</button>

<button onclick="changeBackground()">Change the Background</button>