Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>LTR range input with datalist reference</title>
<input type="range" min="-100" max="100" value="0" step="10" name="power" list="powers">
<!doctype html>
<title>LTR range input with datalist reference</title>
<input type="range" min="-100" max="100" value="0" step="10" name="power" list="powers">