<html>
<body>
<font size="20">
<?php
$num1 = 2;
$num2 = 4;
$mynum = $num1 +$num2;
echo $mynum;
</body>
</html>