What does Order Allow, Deny in .htaccess mean?

Closes access to folders and all directories.

Order Allow,Deny Deny from all 

Why do we need the first line Order Allow,Deny ?

    1 answer 1

    The string “Order Allow, Deny” defines the sequence in which the deny and allow conditions are granted.