As you mentioned in a comment, a metric defines a topology. A topology $\tau$ on a set $X$ is a collection of sets (called open sets) that satisfy the axioms of topology. If you have two topologies $\tau_1,\tau_2$ on the same set, then $\tau_1$ is said to be stronger than $\tau_2$, if every member of the collection $\tau_2$ is also a member of the collection $\tau_1$. In other words - every set open in $\tau_2$ is also open in $\tau_1$. Another terminology often used is $\tau_1$ is finer than $\tau_2$.
In terms of the metric - if someone tells you that a metric $d_1$ is stronger than a metric $d_2$, then every open set in the metric $d_2$ is also open in the set $d_1$.
Now assume you have a sequence $\{x_n\}$ converging
in the metric $d_1$, to some limit $x_0$. To prove that also $d_2(x_n,x_0)\to 0$, we must show that for every $\varepsilon>0$ there exists some $N$ such that for all $n>N$, $d_2(x_n,x_0)<\varepsilon$. Since any open $d_2$-ball around $x_0$ is also open in the $d_1$ metric, the set of point $\{x| d_2(x_n,x_0)<\varepsilon\}$ is open in the $d_1$ metric, hence contains some $d_1$-ball of some positive radius $r>0$ around $x_0$, and since $d_1(x_n,x_0)\to 0$ there exists some $N$ such that for all $n>N$ $d_1(x_n,x_0)<r$, and all these $x_n$'s are also contained in the $d_2$ ball around $x_0$ of radius $\varepsilon$.