Concept:
The equation of a plane passing through the line of intersection of two planes
\[
P_1=0
\]
and
\[
P_2=0
\]
is given by
\[
P_1+\lambda P_2=0
\]
where \(\lambda\) is a parameter.
Step 1: Write the given planes.
\[
P_1=2x-y-4=0
\]
\[
P_2=y+2z-4=0
\]
Therefore, the required plane is
\[
(2x-y-4)+\lambda(y+2z-4)=0
\]
Step 2: Use the given point \((1,1,0)\).
Substitute
\[
x=1,\quad y=1,\quad z=0
\]
\[
(2(1)-1-4)+\lambda(1+2(0)-4)=0
\]
\[
(2-1-4)+\lambda(1-4)=0
\]
\[
-3-3\lambda=0
\]
\[
\lambda=-1
\]
Step 3: Substitute \(\lambda=-1\).
\[
(2x-y-4)-(y+2z-4)=0
\]
\[
2x-y-4-y-2z+4=0
\]
\[
2x-2y-2z=0
\]
Divide by \(2\):
\[
x-y-z=0
\]
Step 4: Final answer.
\[
\boxed{x-y-z=0}
\]