HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <div contenteditable="true"> This text is editable</div> <p>Note: Click the content and make changes.</p> </body> </html>
OUTPUT
×

Save as Private