9 lines
190 B
HTML
9 lines
190 B
HTML
<!DOCTYPE html>
|
|
<head><style></style></head>
|
|
<body>
|
|
<div contenteditable></div>
|
|
<input placeholder="hello"/>
|
|
<textarea placeholder="hello"></textarea>
|
|
<input/>
|
|
<textarea></textarea>
|
|
</body>
|