Advertisement
Guest User

Untitled

a guest
May 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. ContentEditable
  2.  
  3. Any elements with the contenteditable attribute set will have a grey outline as you hover over. Feel free to edit and change their contents. I'm using local storage to maintain your changes.
  4. Go ahead, edit away!
  5.  
  6. Here's a typical paragraph element
  7.  
  8.    1. and now a list
  9.    2. with only
  10.    3. three items
  11.  
  12. HTML5 demos/@rem built this/view source
  13. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement