What is accomplished by the code below?


What is accomplished by the code below?

<isinclude url=”${URLUtils.url(‘Account-Header’, ‘mobile’, true)}” />
A . Performs a local include from the Account-Header endpoint.
B . Performs a remote include from the Account-Header endpoint.
C . Creates a link to the Account-Header endpoint that allows mobile navigation.
D . Performs a call to the Account-Header endpoint to allow mobile navigation.

Answer: A