Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
script
>
document.write(
"Hello World!"
);
<
/script
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <script> document.write("Hello World!"); </script> </body> </html>
Result:
Privacy Policy