So, I have this code with size=“” but it changes nothing for what I can see… why wouldn’t it be responding?
<h2>
<form>
Force (lbs) =
<input type="number" size="10" placeholder= "Pressure (psi)"id= "pressure1" value= ""/> x
<input type= "number" placeholder= "Area (in²)" id= "area1" value= ""/>
<button = "equals" id="equals1" >=</button>
<output type="number" id= "forceResult" ></output>
</form>
</h2>
Here is a visual… I want to make the input boxes smaller because they are too long…
https://codepen.io/Elindo586/pen/KKqWxpW