Advertisement
| Tags | Description | 
|---|---|
| if | The if tag corresponds to the if conditional statement which is used when we want to test a condition for a boolean value - true or false. | 
| if else | The if tag can be associated with an optional else tag, where the if tag corresponds to the if conditional statement which is used when we want to test a condition for a boolean value - true or false and the else tag corresponds to the else in the if-else conditional statement. . | 
| for | The for tag corresponds to the for looping construct statement, which is to execute statements in a loop(again and again) while iterating over a sequence of values.. | 
| ifequal | The functioning of ifequal tag corresponds to the == relational operator which is used to check the equality between the two values.. | 
| ifnotequal | The functioning of ifnotequal tag corresponds to the != relational operator which is used to check the inequality between the two values.. | 
| elif | The if tag can be associated with an optional elif tag, where the if tag corresponds to the if conditional statement which is used when we want to test a condition for a boolean value - true or false and the ellif tag corresponds to the elif conditional statement. . | 
 
  
Advertisement 
Advertisement
Please check our latest addition
 
 
  C#, PYTHON and DJANGO 
Advertisement