textarea_t.html 483 B

1234567891011121314151617181920212223
  1. <style>div{position:fixed;}button{width:13%;height:30px}
  2. textarea{margin-top:30px;width:100%;height:100%;border:none;outline:none}</style>
  3. <script src="textarea.js"></script>
  4. <div>
  5. <button onclick='onSave()'>Save</button>
  6. <button onclick="onDelete()">╳</button>
  7. <button onclick="onUp()">↑</button>
  8. <button onclick="onDown()">↓</button>
  9. <button onclick="onTop()">⤒</button>
  10. <button onclick="onBottom()">⤓</button>
  11. </div>
  12. <textarea autofocus />
  13. H1
  14. h2
  15. h3
  16. h4
  17. h5
  18. h6
  19. h7
  20. h8
  21. h9
  22. ha