<% String Hello = "Hello, world!"; %> <HTML> <BODY> <FONT COLOR="Red"><%=Hello%></FONT> </BODY> </HTML> End of Listing