It may help to write out $p \choose k$ in its expanded representation. That is to say:
$$
{p \choose k} = \frac{p!}{k!(p - k)!} \\
{p \choose k + 1} = \frac{p!}{(k+1)!(p-k-1)!} = \frac{p!\cdot(p-k)}{(k+1)\cdot k!\cdot (p-k)!} = \frac{p!}{k!(p-k)!}\cdot\frac{p-k}{k+1}\\
= {p \choose k} \cdot \frac{p - k}{k + 1}
$$
and by the induction hypothesis we know that $p | {p \choose k}$.
As a question, if $p | A$, and you take some other integer $B$ then what can you say about $p | AB$ (without knowing anything about $B$)?
That should be sufficient to finish the proof.
As an alternative means of proving this proposition, you could have tried to use a contradiction. So for instance:
Assume that $p \not{|} {p \choose k}$ for some $k \in [1, p-1]$. Then we must have that: $p \not{|} \frac{p!}{(p - k)! \cdot k!}$.
$$
\frac{p!}{(p - k)! \cdot k!} = \frac{p \times (p-1) \times ... \times (p - k)!}{(p - k)! k!} \\
= \frac{p \times (p - 1)\times ... \times (p - k +1)}{k!}
$$
Now, let's note that $p \choose k$ is an integer (this can be readily proven).
Since we assumed that $p \not{|} \frac{p!}{(p - k)! \cdot k!}$, then we must have that $p | k!$ since $p$ clearly does divide into the numerator of the expression (it also must divide into the denominator for it not to be a factor).
Expanding the product of $k!$ results in:
$$k! = k \times (k - 1) \times (k - 2) \times ... \times 2 \times 1$$
So since $p | k!$, and $p$ is prime, we must have that one of these terms is divisible by (or equal to) $p$. But note that $p > k$ and so $p \not{|} x \in \mathbb{Z}_{\leq K}$.
Thus we have reached a contradiction (namely that $p$ must divide a number which is smaller than it, or $p$ must not be prime), and as such our assumption that $p \not{|} {p \choose k}$ for some $k \in [1, p-1]$ must be false.