Find closest multiple of $11$ to $12$. We see that $1 \times 11 = 11$ is the nearest. Now subtract $11$ from $12$ to get reminder $1$. Add $1$ to quotient.
Find closest multiple of $11$ to $11$. We see that $1 \times 11 = 11$ is the nearest. Now subtract $11$ from $11$ to get reminder $0$. Add $1$ to quotient.
Since $0$ is less than $11$, stop the division. The reminder is $0$. The topmost line $011$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $11$.