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