Home ] Up ] Syllabus ] Resources ] Tools ] Assignments ] Announcement ]

Hello1.apx

<%@ Page Language="VB" %>
<html>
<head>
</head>
<body>
<form runat="server">
<font size="6">
<p>
    <%= "Hello World1<br>" %>
    <% Response.Write("Today is: " & Now( ) ) %>
</p>
</font>
</form>
</body>
</html>