<html>
<body>
<p id="p1">Hello World!</p>
<script src="demo_async.js" async></script>
<p><strong>Note:</strong> The async attribute of the script tag is not supported in Internet Explorer 9 and earlier versions.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml5_script_async by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:09:27 GMT -->
</html>