Exam AD0-E137 Topic 3 Question 7 Discussion
Actual exam question for Adobe's AD0-E137 exam
Question #: 7
Topic #: 3
Question #: 7
Topic #: 3
A developer created a component with the following fields:

What is the correct HTL code and resultant valid URL path generated?
A)
HTL code:
<a href="{properties.pagePath}.html/{properties.additionalInfo}">{properties.label}</a> Page Path:
/content/testsite/en/page1.html/product/test1
B)
HTL code:
<a href="{properties.pagePath}/{properties.additionalInfo}.html">{properties.label}</a> Page Path:
/content/testsite/en/page1/product/test1.html
C)
HTL code:
<a href="{properties.additionalInfo}.html/{properties.pagePath}">{properties.label}</a> Page Path:
/product/test1.html/content/testsite/en/page1

What is the correct HTL code and resultant valid URL path generated?
A)
HTL code:
<a href="{properties.pagePath}.html/{properties.additionalInfo}">{properties.label}</a> Page Path:
/content/testsite/en/page1.html/product/test1
B)
HTL code:
<a href="{properties.pagePath}/{properties.additionalInfo}.html">{properties.label}</a> Page Path:
/content/testsite/en/page1/product/test1.html
C)
HTL code:
<a href="{properties.additionalInfo}.html/{properties.pagePath}">{properties.label}</a> Page Path:
/product/test1.html/content/testsite/en/page1
Suggested Answer: A Vote an answer
by Marshall at May 25, 2026, 10:27 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).