How do I find: $$\lim_{x \to 0} \frac{x \cdot \ln(1+x)}{e^{2x}-1}$$ without using L'Hospital.
I know that $$\lim_{x \to c}\frac{f(x)}{g(x)} = \frac{L}{M}, M \neq 0$$
My problem is I get: $M = 0$
I've also tried to factor, but can't to get rid of the denominator.
Extra question: Geogebra gets an intersection point between the function and x-axis at $(0,0)$, shouldn't the function be discontinuous since $M = 0$?

Factor the denominator as $(e^x - 1)(e^x + 1)$ (difference of squares) and then you need to know that
$$ \lim_{x \to 0} \frac{e^x - 1}{x} = 1. $$
Which you will have seen when you first encountered the derivative of $e^x$ via first principles. This should look familiar to you:
$$ \frac{d}{dx} e^x = \lim_{h \to 0} \frac{e^{x + h} - e^h}{h} = \lim_{h \to 0} \frac{e^x(e^{h} - 1)}{h} = e^x \lim_{h \to 0} \frac{e^{h} - 1}{h}. $$