<html>
<head>
<title>
Break in text</title></head>
<body>
<%
' <br> below breaks the line in
' the displayed HTML, vbCRLf in the source code
response.write "This text is on line 1<br>" & vbCrLf
response.write "This text is on line 2"
%>
</body>
</html>