Here is Definition 7.19 in the book Principles of Mathematical Analysis by Walter Rudin, 3rd edition:
Let $\left\{ f_n \right\}$ be a sequence of functions defined on a set $E$.
We say that $\left\{ f_n \right\}$ is pointwise bounded on $E$ if the sequence $\left\{ f_n (x) \right\}$ is bounded for every $x \in E$, that is, if there exists a finite-valued function $\phi$ defined on $E$ such that $$ \left\lvert f_n(x) \right\rvert < \phi(x) \qquad ( x \in E, n = 1, 2, 3, \ldots). $$
We say that $\left\{ f_n \right\}$ is uniformly bounded on $E$ if there exists a number $M$ such that $$ \left\lvert f_n(x) \right\rvert < M \qquad (x \in E, n = 1, 2, 3, \ldots). $$
Here is Example 7.21 in Baby Rudin:
Let $$ f_n (x) = \frac{x^2}{x^2+ (1-nx)^2} \qquad (0 \leq x \leq 1, n = 1, 2, 3, \ldots). $$ Then $\left\lvert f_n(x) \right\rvert \leq 1$, so that $\left\{ f_n \right\}$ is uniformly bounded on $[0, 1]$. Also $$ \lim_{n \to \infty} f_n(x) = 0 \qquad (0 \leq x \leq 1), $$ but $$ f_n \left( \frac{1}{n} \right) = 1 \qquad (n = 1, 2, 3, \ldots), $$ so that no subsequence can converge uniformly on $[0, 1]$.
I think I understand the assertions in this Example.
Here is Definition 7.22:
A family $\mathscr{F}$ of complex functions $f$ defined on a set $E$ in a metric space $X$ is said to be equicontinuous on $E$ if for every $\varepsilon > 0$ there exists a $\delta > 0$ such that $$ \lvert f(x) - f(y) \rvert < \varepsilon $$ whenever $d(x, y) < \delta$, $x \in E$, $y \in E$, and $f \in \mathscr{F}$. Here $d$ denotes the metric of $X$.
Now Rudin states the following:
It is clear that every member of an equicontinuous family is uniformly continuous. [This is clear to me.]
The sequence of Example 7.21 is not equicontinuous. [Why? This is what is not clear to me, although I do understand that this is a sequence of uniformly continuous functions.]