1 2 3 4 5 6 7 8 9 10 11 |
<section id="editable" contenteditable="true"> <h2>Go ahead, edit away!</h2> <p>Here's a typical paragraph element</p> <ol> <li>and now a list</li> <li>with only</li> <li>three items</li> </ol> </section> |
Go ahead, edit away!
Here’s a typical paragraph element
- and now a list
- with only
- three items