Font-size: A A A
The UCase function converts a string to all upper case letters. There is also a companion function LCase to convert to lower case letters.
<% =UCase("Aardvarks do not make good pets!") %>
AARDVARKS DO NOT MAKE GOOD PETS!