max($numbers...)
Finds the maximum of several numbers. This function takes any number of arguments.
max($numbers...)
Finds the maximum of several numbers. This function takes any number of arguments.
Examples:
max(1px, 4px) => 4px
max(5em, 3em, 4em) => 5em
Parameters:
Returns:
Raises:
Designed by : w10schools
service@w10schools.com
Please login to continue.