I found this problem in the mean value theorem section in a real analysis book.
I did not know, how to use the mean value theorem but I tried to find $f'$ and I found
$$\frac{1}{(x+1)^{2}}<\frac{1}{1+x}<1.$$
Clearly, $\frac{1}{(x+1)^{2}}$decrease faster than$\frac{1}{1+x}$, when $x$ grow larger.
What I will do next if I want to start from this, or is there another way to prove it?
Let $f(x)=x-\ln(1+x)$, where $x>-1$.
$f'(x)=1-\frac{1}{1+x}=\frac{x}{1+x}$, which says that $f(x)\geq f(0)=0$.
In another hand, let $g(x)=\ln(1+x)-\frac{x}{x+1}$, where $x>-1$.
Thus, $g'(x)=\frac{1}{1+x}-\frac{1}{(1+x)^2}=\frac{x}{(1+x)^2}$, which gives again
that $x_{min}=0$ and we obtain $g(x)\geq g(0)=0$.
Since, $x\neq0$ we get $\frac{x}{x+1}<\ln(1+x)<x$.
Done!