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