Home >Web Front-end >HTML Tutorial >CSS modify input[type=range] slider style_html/css_WEB-ITnose
input[type="range"] is a new attribute of the input tag in HTML5, which looks like this:
< input type =" range" value ="40" />
If you want the slider effect to be as shown below, what should you do?
The following is the style part: