InterviewSolution
Saved Bookmarks
| 1. |
What Is @for Directive? |
|
Answer» It allows you to generate styles in a LOOP. The counter VARIABLE is USED to set the output for each iteration. It allows you to generate styles in a loop. The counter variable is used to set the output for each iteration. |
|