Font-size: A A A
Less than.
This comparison operator returns TRUE if the first expression is less than the second.
<?php if (5 < 6) print "5 is less than 6"; ?>
5 is less than 6
Two numbers are compared.