there are three types of bindings used in Visualforce
Data binding
Action bindings
Component bindings
Data bindings refer to the data set in the controller.
Action bindings refer to action methods in the controller.
Component bindings refer to other Visualforce components