Edit The Code:
See Result »
Try it Yourself - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
script
>
document.write(escape(
"Need tips? Visit W3Schools!"
));
<
/script
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <script> document.write(escape("Need tips? Visit W3Schools!")); </script> </body> </html>