The syntax of a For Loop consists of three parts separated by semicolons (;). The first part specifies initialization of the loop counter, the second part specifies the condition for continuing with the loop, and the third part specifies incrementing or decrementing the loop counter.