CodeLab
Tutorials For Everyone
Run
<!Doctype html> <html> <head> <script> alert('Hello User!'); </script> </head> <body> <!-- The body content goes here--> </body> </html>