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. |
|