Multiple choice technology web technology

what is the equivalent PS tag for if statement?

  1. <ps:if>

  2. <ps:includeIf>

  3. <ps:include>

  4. <ps:condition>

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

The tag is the PS equivalent of an if statement, conditionally including content based on a boolean expression. Unlike standard which always includes content, includeIf adds conditional logic before processing.