<html>
<body>
<h3>Terms of Service</h3>
<p>You can trust us with anything...</p>
<button onclick="accept()">
<em>I Trust You</em>
</button>
</body>
</html>]]>- Nothing, the HTML doesn't include a script
- The
accept()
function is called - Nothing, there's no button element
- The text of the
h3
element changes Nothing, the HTML doesn't include a script.