Multiple choice technology programming languages

When an .aspx page is requested from the web server, the out put will be rendered to browser in following format.

  1. HTML

  2. XML

  3. WML

  4. JSP

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

When an .aspx page is requested, ASP.NET processes it server-side and generates HTML that is sent to the browser. The browser receives and renders standard HTML - it does not receive XML, WML (Wireless Markup Language), or JSP (JavaServer Pages) format. The output is always HTML (or XHTML which is HTML-compatible).