Created
May 4, 2021 06:03
-
-
Save yongduk-seo/095e4591934e706a963c9efed3713f67 to your computer and use it in GitHub Desktop.
alert hi in html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <h1>hi</hi> | |
| </body> | |
| <script type="text/javascript"> | |
| alert("hi") | |
| </script> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment