This tag refers to a code structure in which multiple if-statements are placed in a "nested" form (i.e. one if-statement is contained within another).
Use this tag for questions related to constructing, maintaining, or refactoring nested if-statements.