drawing triangle strips in bulk

Another beginner question…

I have a large number of triangle strips to render. However, the strips are (potentially) not connected to each other.

Is it possible to draw a whole batch of them (using the drawElements API, I assume)? Or am I supposed to simply fall back to TRIANGLES mode for such usage?

If it is possible, an small trivial example would be much appreciated.