Multiple choice technology web technology

Which tags are used to represent the server side code?

  1. <%=>

  2. <=%>

  3. <#>

  4. <%%>

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In ASP, server-side code is represented using <% and %> delimiters, often written as <%%> to denote the opening and closing tags together. Options A, B, and C use incorrect syntax that would not be recognized by the ASP engine.