Is the following identity true:
$$\lim\limits_{\Delta x \to 0} \dfrac{\displaystyle \int_0^{\Delta x} f(x)\ dx}{\displaystyle \int_0^{\Delta x} g(x)\ dx} =\dfrac{\lim\limits_{\Delta x \to 0} \displaystyle \int_0^{\Delta x} f(x)\ dx}{\lim\limits_{\Delta x \to 0} \displaystyle \int_0^{\Delta x} g(x)\ dx} =\dfrac{f(x) \lim\limits_{\Delta x \to 0} \displaystyle\int_0^{\Delta x} dx} {g(x) \lim\limits_{\Delta x \to 0} \displaystyle\int_0^{\Delta x} dx} =\dfrac{f(x)}{g(x)}$$
If yes:
$(1)$ How is taking $f(x)$ and $g(x)$ out of the integral mathematically justifyable?
$(2)$ Can we extend this integral to higher integrals (surface and volume integrals)? For example:
$$\lim\limits_{\Delta V \to 0} \dfrac{\displaystyle \int_{\Delta V} f(x,y,z)\ dV}{\displaystyle \int_{\Delta V} g(x,y,z)\ dV}$$
Well yes, I think what you meant is correct, but not what you wrote.
The first equality is only true if both limits exist, are finite and the denominator is non-zero, which is not true here. Then the second equality doesn't make sense, as $x$ is a bound variable and is not defined outside the integral, hence leading to the inconsistency that @QtizedQ pointed out. Finally, it should be clear that $\lim_{\Delta x\to 0}\int_0^{\Delta x}dx=0$ and so, in your last equality, you're dividing both the numerator and denominator by $0$.
However, what is true (assuming that $f$ and $g$ are integrable with $g$ non-zero) is that
$$\lim_{\Delta x\to0}\frac{\int_{x_1}^{x_1+\Delta x}f(x')dx'}{\int_{x_2}^{x_2+\Delta x}g(x')dx'}=\frac{f(x_1)}{g(x_2)}$$
You can show this pretty easily, using the Fundamental Theorem of Calculus. For that, let $$F(x):=\int_0^xf(x)dx\quad\text{and}\quad G(x):=\int_0^xg(x)dx$$
Then $$\lim_{\Delta x\to0}\frac{\int_{x_1}^{x_1+\Delta x}f(x')dx'}{\int_{x_2}^{x_2+\Delta x}g(x')dx'}=\lim_{\Delta x\to0}\frac{\frac{\int_{x_1}^{x_1+\Delta x}f(x')dx'}{\Delta x}}{\frac{\int_{x_2}^{x_2+\Delta x}g(x')dx'}{\Delta x}}=\lim_{\Delta x\to0}\frac{\frac{F(x_1+\Delta x)-F(x_1)}{\Delta x}}{\frac{G(x_2+\Delta x)-G(x_2)}{\Delta x}}=\frac{F'(x_1)}{G'(x_2)}=\frac{f(x_1)}{g(x_2)}$$
where the last equality comes from the Fundamental Theorem of Calculus.
As for the multivariable case, you can just apply the above result successively. If $\Delta V$ is a neighborhood of $(x,y,z)$, you can take the limit where its volume goes to $0$: \begin{align} \lim_{\text{vol}\left(\Delta V\right)\to0}\frac{\int_{\Delta V}f(x',y',z')dV}{\int_{\Delta V}g(x',y',z')dV}&=\lim_{\Delta x\to0, \Delta y\to0, \Delta z\to0}\frac{\int_x^{x+\Delta x}\int_y^{y+\Delta y}\int_z^{z+\Delta z}f(x',y',z')dx'dy'dz'}{\int_x^{x+\Delta x}\int_y^{y+\Delta y}\int_z^{z+\Delta z}g(x',y',z')dx'dy'dz'}\\ &=\lim_{\Delta x\to0, \Delta y\to0}\frac{\int_x^{x+\Delta x}\int_y^{y+\Delta y}f(x',y',z)dx'dy'}{\int_x^{x+\Delta x}\int_y^{y+\Delta y}g(x',y',z)dx'dy'}\\ &=\lim_{\Delta x\to0}\frac{\int_x^{x+\Delta x}f(x',y,z)dx'}{\int_x^{x+\Delta x}g(x',y,z)dx'}=\\ &=\frac{f(x,y,z)}{g(x,y,z)} \end{align}