ladybird/Base/res/html/misc/contenteditable.html

9 lines
241 B
HTML
Raw Normal View History

<html contenteditable>
<body>
<h1>Everything on this page should be editable.</h1>
<p>Here is a paragraph to play with.</p>
2021-01-22 16:42:36 +00:00
<p>Another paragraph with a <b>bold</b> element embedded in it.</p>
</body>
</html>