<!DOCTYPE html>
<html>
<body>

<%

txt="This is a beautiful day!"
response.write(Len(txt))

%>
 

</body>
</html>