blob: 2e6d0797335aa1f935f4a16867a77458360f602e (
plain)
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>
|