$\|f\|$:=sup$_{x\in[0,1]}$$\quad \frac{\vert f(x)-f(0)\vert}{x}$ on the space C[0,1]
and the same function but on the subspace V of $C^1$[0,1] of functions which equal zero at x=$\frac{1}{2}$.
How is the first function not a norm on that space and the later one is a norm on V?
$\| f+g\|$=sup$_{x\in[0,1]}$$\quad \frac{\vert f(x)+g(x)- f(0)-g(0)\vert}{x}$= sup$_{x\in[0,1]}$$\quad \frac{\vert f(x)-f(0)+g(x)-g(0))\vert}{x}$ $\leq$ sup$_{x\in[0,1]}$ $\frac{\vert f(x)-f(0)\vert}{x}$ + sup $_{x\in[0,1]}$ $\frac{\vert g(x)-g(0)\vert}{x}$ = $\| f\|+\|g\|$
In order to prove that $||.||$ is a norm, you have to prove the three properties of norms :
So in your question, the first norm you gave defined on $C[0,1]$ is not a norm, since if you take $f(x)=2 $, then $f \in C[0,1]$ , and $||f||=\sup_{x \in [0,1]} \frac{|f(x)-f(0)|}{x}= \sup_{x \in [0,1]} \frac{|2-2|}{x}=0$, so $||f||=0$ but $f \neq 0$.
For the second norm, defined on $V= \{ f \in C^1[0,1], \text{ such that }f(\frac{1}{2})=0 \}$.
The two other properties are left for you as an exercise, and I am ready for help.