1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html> <html lang="en"> <head> <title>valuetext</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> </head> <body> <input id="test" type="range" min="0" max="100" value="75" aria-valuetext="awesome"> </body> </html>