$$\lim_{x\to 0} \frac{\ln(1+x)}x$$
The process I want to take to solving this is by using the definition of the limit, but I am getting confused. ( without l'hopitals rule)
$$\lim_{h \to 0} \frac{f(x+h) - f(x)}h$$
$$\lim_{h \to 0} \frac{\frac{\ln (1+x+h)}{x+h} - \frac{\ln(1+x)}x}h$$
$$\lim_{h \to 0} \frac{x\ln(1+x+h) - (x+h)\ln (1+x)}{hx(x+h))}$$
At this point I get confused because I know the answer is $1$, but I am not getting this answer through simplification of my formula.