A tag library is a collection of custom tags.
A
Correct answer
Explanation
A JSP tag library is exactly that - a collection of custom tags encapsulating reusable functionality. Tag libraries allow developers to define custom actions that can be used in JSP pages, promoting code reuse and separating presentation from business logic. This is a fundamental concept in JSP tag extension mechanisms.