Multiple choice technology web technology

what is equivalent Ps tag for looping?

  1. <ps:for>

  2. <ps:repeat>

  3. <ps:loop>

  4. <ps:iterate>

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The tag is the PS equivalent of looping constructs, processing collections or arrays. Unlike standard programming loop keywords, PS uses iterate to define repeated processing in its template markup.