An inequality is a comparison of expressions by either "less than" (<), "less than or equal to" (<=), "greater than" (>), or "greater than or equal to" (>=). Note that Html does not support the standard symbols for "less than or equal to" and "greater than or equal to", so we use <= and >= for these relations.