Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
button
onclick
="window.location.replace('http://www.w3schools.com')"
>
Replace document
<
/button
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <button onclick="window.location.replace('http://www.w3schools.com')"> Replace document</button> </body> </html>
Result:
Privacy Policy