What are the three keywords that can begin conditional statements

The three keywords that can begin conditional statements are:

1. if
2. else-if (or elif in some programming languages)
3. else