Regression models in general describe relationships between one or more independent variables and a dependent variable by fitting a line, linear or non-linear, to the data.
Simple linear regression is a linear regression model with a only one independent variable and one dependent variable. It finds a linear function that predicts the value of the dependent variable from the value of the independent variable. It can be used to assess how strong the relationship between two variables is or estimate the value of the dependent variable given some value of the independent variable.