Your customer has given you the following requirements: •A single-level tabbed navigation
bar of heterogeneous assets as part of a header •Tab styles defined in the CSS as classes
of the <UL><LI> HTML tags •Dynamic tabs based on a user’s profile, as indicated by the
Marketing department Which one of the following best meets these requirements?
A.
creating an editable header asset with a CKeditor body attribute and allowing editors a
free-form layout by using CKeditor’s features and functions. In the rendering code, just
stream the Header’s body attribute “as is.”
B.
using SitePlan and specifying a group of placed pages under “HEADER.” In your header
template, use the site tags to “traverse” the children of the HEADER node.
C.
Creating a header asset definition with flex attributes for all times on the header: for
example, the logo, background image, list of tab navigation links, and so on.
D.
Creating a page asset named Header and populating its named association with
navigation tab assets
E.
Creating a recommendation asset named Header and creating a list of child nodes that
represent the tabs. Use the commerce context tags to render the list.