x
<html>
<body>
<p>Volume (cubic centimeter): <input type="number" min="0" max="5" step="1"></p>
<p>Diameter (cm):<input type="number" min="0" max="4"></p>
</body>
</html>
<html>
<body>
<p>Volume (cubic centimeter): <input type="number" min="0" max="5" step="1"></p>
<p>Diameter (cm):<input type="number" min="0" max="4"></p>
</body>
</html>