Font-size: A A A
The < is the comparison less than operator. This operator is used to compare the values of two operands and determine if the first operand is lesser in value than the second operand.
var result = op1 < op2;