Just like buttons, sliders are elements that could be put anywhere like right in this paragraph. Note that a slider is called a "range" input (since it's useful for making a number range).

In practice, we'll try to put sliders in more useful places.

Just like buttons (and most HTML elements), sliders can be styled. They can also have their minimum, maximum, and step sizes set. Here are a few sliders to try.

Unfortunately, handling of slider styling seems inconsistent across browsers. The above looks very different in Chrome and Firefox. There are all kinds of workarounds on the web - but for class, we won't worry about it - we understand that sliders may be ugly.