<!DOCTYPE html>
<html>
<body>

<%

txt="This is a BEAUTIFUL day!"
response.write(LCase(txt))

%>
 

</body>
</html>