1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-29 01:52:08 +00:00
serenity/Base/res/html/misc/contenteditable.html

8 lines
240 B
HTML

<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 embeded in it.</p>
</body>
</html>