x
<html>
<body>
<p>Temperature (celcius): <input type="number" min="0" max="10"></p>
<p>Radius (cm):<input type="number" min="0" max="2" ></p>
</body>
</html>
<html>
<body>
<p>Temperature (celcius): <input type="number" min="0" max="10"></p>
<p>Radius (cm):<input type="number" min="0" max="2" ></p>
</body>
</html>