content-editable.html 180 B

12345678910
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Testing content editable</title>
  5. </head>
  6. <body>
  7. <div id="editable" contenteditable="true">
  8. Why <span>hello</span></div>
  9. </body>
  10. </html>