<!DOCTYPE html><html><body><%response.write("Today's day is " & WeekdayName(Weekday(Date)))response.write("<br>")response.write("The month is " & MonthName(Month(Date)))%></body></html>