<%= is the same as:
<%= is the same as <%Response.Write
Response. write() is used to display the normal text and Response. output. write() is used to display the formatted text.
Examples
Example 1. <% Response.Write "Hello Slightbook World" %> Output: Hello Slightbook World.
Example 2. <% name="Slightbook" Response.Write(name) %> Output: Slightbook.
Example 3. <% Response.Write("Hello <br> Slightbook <br> World") %> Output: Hello. Slightbook. World.
How do you write "Hello World" in ASP
ASP server scripts are surrounded by delimiters, which?
What does ASP stand for?
What is the correct way to include the file "time.inc" ?
Include files must have the file extension ".inc"