Search This Blog

HTML Input Tag With Range Example

HTML Input Tag With Range Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Input Tag With Range Example </h2>
<form>
<lable> Select Your Range: </lable> <input type="range" min="0" max="100"/>
</form>
</body>
</html>
OUTPUT
HTML Input Tag With Range Example

No comments:

Post a Comment