Multiple choice technology web technology

What are Master Pages?

  1. ) Home page in your web application

  2. A web page to create a consistent layout for the pages in your application.

  3. Menu page in your web application

  4. All of the above

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

Master Pages in ASP.NET 2.0 provide a template for creating consistent layout across multiple pages, defining shared elements like headers, footers, and navigation. They're not specific pages like home or menu pages, but rather layout templates that content pages can reference.