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.
Find closest multiple of $11$ to $55$. We see that $5 \times 11 = 55$ is the nearest. Now subtract $55$ from $55$ to get reminder $0$. Add $5$ to quotient.
Since $0$ is less than $11$, stop the division. The reminder is $0$. The topmost line $0105$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $105$.