<!DOCTYPE html>
<html>
<body>

<%

txt="This is a beautiful day!"
response.write(Mid(txt,1,1))

%>
 

</body>
</html>