HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <h1>Try to edit this heading</h1> <p>Try to edit this paragraph</p> <script> document.designMode = "on"; </script> </body> </html>
OUTPUT
×

Save as Private