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