10 lines
125 B
HTML
10 lines
125 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>editable document</title>
|
|
</head>
|
|
|
|
<body contentEditable="true">
|
|
editable document
|
|
</body>
|
|
</html>
|