AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 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?

Show Answer
Correct Answer: AC

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

3 comments
Sign in to comment
pkg82Option: A
Jun 17, 2020

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

gkay2Option: A
Jul 18, 2020

A is the correct answer

rakayaDOption: A
Nov 13, 2020

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