Exam AD0-E103 All QuestionsBrowse all questions from this exam
Question 58

A Client-Side Library has the category "library.example".

Which HTL statement should a developer use to reference only the CSS files of this Client-Side Library?

    Correct Answer: A

    To reference only the CSS files of a Client-Side Library with the category 'library.example', the developer should use the HTL statement that specifies 'clientlib.css' and the correct category. The correct statement is: <sly data-sly-use.clientlib='/libs/granite/sightly/templates/clientlib.html' data-sly-call='${clientlib.css @ categories="library.example"}'/>.

Discussion
pkg82Option: A

Correct answer would be A Ref: https://docs.adobe.com/content/help/en/experience-manager-htl/using/getting-started/getting-started.html#common-patterns-with-htl

rakayaDOption: A

correct answer is A as question specifically asking for CSS file but not all.

gkay2Option: A

A is the correct answer