Multiple choice technology web technology web page inherits which class web.page.ui web.ui.page page 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.