15 lines
238 B
HTML
15 lines
238 B
HTML
<style>
|
|
* {
|
|
column-width: 1em;
|
|
column-span: all;
|
|
}
|
|
</style>
|
|
<script>
|
|
function go() {
|
|
a.setAttribute("contenteditable", "true")
|
|
}
|
|
</script>
|
|
<body onload=go()>
|
|
<option id="a">
|
|
<time>
|
|
<input style="display: -webkit-flex" type="reset">
|