What format is used to display the output in the browser when a .aspx page is requested from a web server?
Explanation
When a .aspx page is processed by the web server, it generates content that is sent to the browser in HTML format, which is the standard language for web pages. XML and WML are not used for rendering .aspx page outputs in browsers.