Is there a way I can also set some label text for each steps in the HTML5 type=range control. Basically I have a range control
There is no native way of doing it. And as input[type=range] is very poorly supported, I will recommend using jQuery UI slider and the way of attaching labels found here in answer.