Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <body> <h1>The script async attribute</h1> <p id="p1">Hello World!</p> <script src="demo_async.js" async></script> </body> </html>