<!DOCTYPE html>
<html>
<head>
<title>
HTML script crossorigin Attribute
</title>
</head>
<body>
<h2>HTML script crossorigin Attribute</h2>
<br />
<button>Submit</button>
<script
type="text/javascript"
src="my_script.js"
crossorigin="anonymous"
></script>
</body>
</html>