There is no specified way in the standard to include series info. You can find the supported metadata types
here (section 2.2).
But calibre includes series metadata as <meta> tags thus:
Code:
<meta name="calibre:series" content="Amazing Series"/>
<meta name="calibre:series_index" content="1"/>
which is not guaranteed to be recognized by anything else than calibre, but that's something.