Range header

The Range header is an HTTP header that specifies which portion of a resource a client wants to read or write. The system extends the standard HTTP Range header to accept CSS selectors, allowing clients to address individual DOM elements instead of just byte ranges.

Canonical home: Reading and writing — how Range headers enable element-level reads and writes.