Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<style>
input::selection {
background-color: green;
}
</style>
<input value="test" inputmode="none" autofocus onfocus="this.select()">