A developer needs to create a banner component. This component shows an
image acrossthe full width of the page. A title is shown on top of the
image. This text can bealigned to the left, middle, or right. The core
components feature a teaser componentthat matches almost all
requirements, but not all.What is the most maintainable way for the
developer to implement these requirements?A. Inherit from the teaser
core component.B. Use and configure the teaser core component.C. Overlay
the teaser core...