summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/contenteditable.html
blob: 42956ea871e27b513f8f704af31662db04ac33e8 (plain)
1
2
3
4
5
6
7
8
<html contenteditable>
    <body>
        <h1>Everything on this page should be editable.</h1>

        <p>Here is a paragraph to play with.</p>
        <p>Another paragraph with a <b>bold</b> element embedded in it.</p>
    </body>
</html>