Multiple choice technology web technology

web page inherits which class

  1. web.page.ui

  2. web.ui.page

  3. page

  4. ui.web.page

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

In web frameworks, pages typically inherit from a base page class that's part of the UI framework's hierarchy. The exact naming varies by framework, but 'web.ui.page' represents a common pattern where page is the base UI component.