The tag has four scope values: page (default, bean available only to current page), request (bean available to pages processing same request), session (bean available across requests from same user session), and application (bean available to all users in the application). These scopes determine the lifetime and visibility of the bean.