<html>
<body>
<form action="files/number-keyword.php" method="post">
<p>Enter Value:<input type="number" name="temperature" min="0" max="200"></p>
<input type="submit" name="Send" value="Send" >
</form>
</body>
</html>
<html>
<body>
<form action="files/number-keyword.php" method="post">
<p>Enter Value:<input type="number" name="temperature" min="0" max="200"></p>
<input type="submit" name="Send" value="Send" >
</form>
</body>
</html>