<!-- 
  this is not XHTML standard because it lacks headers
  but it does have all attribute values in quotes and all tags are terminated
-->
<form method="get" action="multiply1.php">
x = <input type=text name="x" size="5"/>
y=  <input type=text name="y" size="5"/>
<input type="submit" value="Calculate"/>
</form>